Update a Use Case
Update the name or status of an existing use case.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Path parameters
useCaseIdstringRequired
The ID of the use case to update.
Body
namestring · min: 1 · max: 256Optional
A new name for the use case. Must be unique within the workspace.
statusstring · enumOptionalPossible values:
The new status for the use case.
Responses
200
Use case updated successfully.
application/json
idstringOptional
namestringOptional
400
Validation error or duplicate name.
application/json
403
Insufficient permissions for this resource.
application/json
404
Use case not found.
application/json
put
/vision-events/use-cases/{useCaseId}Path Parameters
Request Body Parameters
Example Request
Example Response
Last updated
Was this helpful?