Skip to main content

Validate project ID

POST 

/api/admin/projects/validate

Validate a project ID against Unleash's rules

Request

Body

required

validateProjectSchema

    id stringrequired

    The project ID to validate

    Example: new-project-id

Responses

This response has no body.

Loading...