UpdateInactivityState
Authorizations
AuthorizationstringRequired
Enter 'Bearer' followed by your JWT token
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.
No content
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
/Kubernetes/UpdateInactivityStatePUT /Kubernetes/UpdateInactivityState?inactivityState=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content