Jobs
Check name uniqueness
Verify if a given name is unique within the project for a specific entity type.
post/api/v1/project/{projectid}/check-unique
Path parameters
projectidstring required
project id (default is 123)
Request body
Example request
{
"entity_type": "job",
"name": "my-sync-job"
}Response
OK
Changes
Changed in 2 of the 2 revisions of this API.2
- ○
added the non-success response with the status
413response-non-success-status-added
- ○
- ○
removed the non-success response with the status
413response-non-success-status-removed
- ○