Validates a project key.
string
Returns an ErrorCollection containing any validation errors for the project key. If the project key is valid, the ErrorCollection will be empty.
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: