Atlassian · Example Payload

Atlassian Registermodules Example

CodeCollaborationPlatformProductivitySoftware Development

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