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 type application/json
object
instance_url
Base URL of the self-managed GitLab instance; null for GitLab.com
string
Example generated
{ "instance_url": "example"}Responses
Section titled “ Responses ”OK
Media type application/json
object
success
boolean
Example generated
{ "success": true}Bad Request
Unauthorized
Forbidden
Unprocessable entity