Validate Project Key

GET {{baseUrl}}/rest/api/3/projectvalidate/key?key=<string>

Validates a project key by confirming the key is a valid string and not in use.

Permissions required: None.

Request Params

KeyDatatypeRequiredDescription
keystringThe project key.

RESPONSES

status: OK

{&quot;errorMessages&quot;:[],&quot;errors&quot;:{&quot;projectKey&quot;:&quot;A project with that project key already exists.&quot;}}