Edit Schedules
The edit schedule operation allows you to edit the reskill schedule of resources.
HTTPS Method |
PATCH |
URI |
https://<server>/adminapi/csq/{id}/schedules |
Example URI |
https://uccx-server/adminapi/csq/{id}/schedules |
Query Parameter |
onNoImpact |
Content Type | Application/XML, Application/JSON |
HTTPS Success Code |
200 |
HTTPS Failure Codes |
207,400,401,403,404,405,409,424,500,503 |
Error Codes |
— |
Sample Input XML—Edit Schedules (PATCH)
|
Output Response
The edit schedule API will have one of the following output responses:
-
Success
-
Partial Success
-
Failure
Success Response
HTTPS/1.1 200 OK
Partial Success Response
The following partial success response when query parameter onNoImpact
is sent and if there is any impact on a resource:
HTTPS status code 207 Multi-Status
Sample Output XML—Edit Schedules (PATCH)
|
Failure Response
Sample Output XML—Edit Schedules (PATCH)
|