Subscribe a namespace to a JiraConnectInstallation
POST
/api/v4/integrations/jira_connect/subscriptions
Subscribes the namespace to the JiraConnectInstallation
Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/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
Examplegenerated
{ "jwt": "example", "namespace_path": "example"}Responses
Section titled “Responses”Created
Media typeapplication/json
object
success
object
Examplegenerated
{ "success": {}}Bad request
Unauthorized
Forbidden
Not found