UpdateInactivityStateAndHours
Authorizations
Body
inactivitynewValuestring · min: 1Required
inactivityStatestring · min: 1Required
Responses
200
Success: The inactivity state and inactivity time were successfully updated.
400
Bad Request: The provided model is invalid.
500
Internal Server Error: An error occurred while updating the inactivity state and time.
put
PUT /Kubernetes/updateInactivityStateAndHours HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"inactivitynewValue": "text",
"inactivityState": "text"
}
No content