Projects

Validate project ID

Enterprise feature

Validate a project ID against Unleash's rules

post/api/admin/projects/validate

Request body

idstring required

The project ID to validate

Example request

{
  "id": "new-project-id"
}

Response

This response has no body.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.