Subscribe a namespace to a JiraConnectInstallation
POST
/api/v4/integrations/jira_connect/subscriptions
Subscribes the namespace to the JiraConnectInstallation
Authorizations
Section titled “ Authorizations ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
jwt
required
JWT token for authorization with the Jira Connect installation
string
namespace_path
required
Path for the namespace that should be subscribed
string
Example generated
{ "jwt": "example", "namespace_path": "example"}Responses
Section titled “ Responses ”Created
Media type application/json
object
success
boolean
Example generated
{ "success": true}Bad request
Unauthorized
Forbidden
Not found