Update the GitLab for Jira (Forge) installation instance URL
PUT
/api/v4/integrations/jira_forge/installation
Sets the GitLab instance the installation points at. Omit instance_url (or send null) for GitLab.com. Requires a Jira site or organization admin.
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”Media typeapplication/json
object
instance_url
Base URL of the self-managed GitLab instance; null for GitLab.com
string
Examplegenerated
{ "instance_url": "example"}Responses
Section titled “Responses”OK
Media typeapplication/json
object
success
object
Examplegenerated
{ "success": {}}Bad Request
Unauthorized
Forbidden
Unprocessable entity