Atlassian · Example Payload

Atlassian Atlassiangetvalidprojectkey Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetvalidprojectkey 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": "atlassianGetvalidprojectkey",
  "method": "GET",
  "path": "/rest/api/3/projectvalidate/validProjectKey",
  "summary": "Atlassian Get Valid Project Key",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "\"VPNE\""
    }
  ]
}