Validates a project key.
Forge and OAuth2 apps cannot access this REST resource.
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: