-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update enableSchedule #109
Conversation
docs/src/cn/operation/horaemeta.md
Outdated
@@ -133,20 +131,20 @@ curl --location --request PUT 'http://127.0.0.1:8080/api/v1/clusters/{NewCluster | |||
curl --location 'http://127.0.0.1:8080/api/v1/clusters' | |||
``` | |||
|
|||
- 修改 DeployMode | |||
- 修改 enableSchedule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 修改 enableSchedule | |
- 修改 EnableSchedule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enableSchedule
docs/src/cn/operation/horaemeta.md
Outdated
--header 'Content-Type: application/json' \ | ||
--data '{ | ||
"enable":true | ||
}' | ||
``` | ||
|
||
- 查询 DeployMode | ||
- 查询 enableSchedule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 查询 enableSchedule | |
- 查询 EnableSchedule |
docs/src/en/operation/horaemeta.md
Outdated
@@ -133,20 +131,20 @@ curl --location --request PUT 'http://127.0.0.1:8080/api/v1/clusters/{NewCluster | |||
curl --location 'http://127.0.0.1:8080/api/v1/clusters' | |||
``` | |||
|
|||
- Update DeployMode | |||
- Update enableSchedule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Update enableSchedule | |
- Update EnableSchedule |
docs/src/en/operation/horaemeta.md
Outdated
--header 'Content-Type: application/json' \ | ||
--data '{ | ||
"enable":true | ||
}' | ||
``` | ||
|
||
- Query DeployMode | ||
- Query enableSchedule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Query enableSchedule | |
- Query EnableSchedule |
f81842a
to
85ec3ca
Compare
85ec3ca
to
502e832
Compare
No description provided.