Server
Jira Service Management / / REST API
GET

Get project key validation

Validates a project key.

Request

Query parameters

key

string

Responses

Returns an ErrorCollection containing any validation errors for the project key. If the project key is valid, the ErrorCollection will be empty.

application/json

ErrorCollection
GET/api/2/projectvalidate/key
1 2 3 4 curl --request GET \ --url 'http://{baseurl}/rest/api/2/projectvalidate/key' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'

Rate this page: