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
Key | Datatype | Required | Description |
---|---|---|---|
key | string | The project key. |
RESPONSES
status: OK
{"errorMessages":[],"errors":{"projectKey":"A project with that project key already exists."}}