UpdateInactivityState
Authorizations
Query parameters
inactivityStatestringRequired
The new inactivity state to be set. If null or empty, the inactivity state will be set to a DBNull value.
Responses
200
Success: Returns the updated inactivity state information.
400
Bad Request: The request failed due to invalid or missing inactivity state value.
500
Internal Server Error: An error occurred while updating the inactivity state in the database.
put
PUT /Kubernetes/UpdateInactivityState?inactivityState=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content