PATCH
/
organizations
/
{organizationId}
/
gitlab
/
authorizations
/
{gitlabAuthorizationId}
curl --request PATCH \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/gitlab/authorizations/{gitlabAuthorizationId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "groupId": 123
}'
{
  "gitlabAuthorization": {
    "groupId": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "user",
    "createdById": "<string>",
    "groupName": "<string>",
    "id": "<string>",
    "organizationId": "<string>",
    "senderId": 123,
    "senderUsername": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "updatedBy": "user",
    "updatedById": "<string>"
  }
}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
gitlabAuthorizationId
string
required

Body

application/json
groupId
number

Response

200
application/json
OK
gitlabAuthorization
object
required