Update sensitivity
Update container sensitivity
put/containers/{container_repo_id}/sensitivity
Path parameters
container_repo_idinteger required
The container ID
Request body
Example request
{
"sensitivity": "sensitive"
}Response
The code repository sensitivity has been updated.
Example response
{
"success": true,
"container_repo_id": 123,
"sensitivity": "sensitive"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.