{ "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." } } ] }