Atlassian · Example Payload

Atlassian Atlassiandynamicmodulesresourceregistermodulespost Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiandynamicmodulesresourceregistermodulespost 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": "atlassianDynamicmodulesresourceRegistermodulesPost",
  "method": "POST",
  "path": "/rest/atlassian-connect/1/app/module/dynamic",
  "summary": "Atlassian Register Modules",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": {
        "message": "Installation failed. The app com.example.app.key has duplicate module keys: [module-key]. Please contact the app vendor."
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "example": {
        "message": "The request is not from a Connect app."
      }
    }
  ]
}