Atlassian · Example Payload

Atlassian Atlassianvalidateprojectkey Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianvalidateprojectkey Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianValidateprojectkey",
  "method": "GET",
  "path": "/rest/api/3/projectvalidate/key",
  "summary": "Atlassian Validate Project Key",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[],\"errors\":{\"projectKey\":\"A project with that project key already exists.\"}}"
    }
  ]
}