GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation updates the Unify Circuit integration settings for a specific GitLab group by sending a PUT request to the GitLab API endpoint `/api/v4/groups/{id}/integrations/unify-circuit`. It is useful for automating the configuration of Unify Circuit integration within GitLab groups, such as enabling or modifying integration parameters programmatically.

Use Case Examples

  1. Automate updating Unify Circuit integration settings for multiple GitLab groups.
  2. Integrate GitLab group management workflows with Unify Circuit communication platform settings.

Properties

Name Meaning
Skip Authentication Determines whether to skip authentication for the API request.
Authentication Specifies the authentication method to use, defaulting to GitLab API key authentication.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method HTTP method used for the API request, default is GET but PUT is used for this operation.
Path Parameters Parameters included in the API request path, specifically the group ID for this operation.

Output

JSON

  • response - The JSON response from the GitLab API after updating the Unify Circuit integration.

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the group ID provided in the path parameters is valid and exists in GitLab.
  • Verify that the API key used for authentication has sufficient permissions to update group integrations.
  • Check the base URL to confirm it points to the correct GitLab instance.
  • If skipping authentication, ensure the API endpoint allows unauthenticated requests, otherwise the request will fail.

Links

Discussion