v1
latestOpenAPI 3.0.12026-07-177949123.5 KBv1/endentity
Edits end entity setting new status
Edit status, password and token type of related end entity
post/v1/endentity/{endentity_name}/setstatus
Path parameters
endentity_namestring required
Name of the end entity to edit status for
Request body
Example request
{
"password": "foo123",
"token": "USERGENERATED",
"status": "NEW"
}Response
Successful operation