v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
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

entity_type'job' | 'source' | 'destination' required
namestring required

Example request

{
  "entity_type": "job",
  "name": "my-sync-job"
}

Response

OK