GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation updates the Unify Circuit integration settings for a specific project in GitLab using a PUT request to the GitLab API. It is useful for automating the configuration of the Unify Circuit integration within GitLab projects, such as enabling or modifying integration parameters programmatically.

Use Case Examples

  1. Automatically update Unify Circuit integration settings for a project when project details change.
  2. Batch update integration settings across multiple projects for consistent configuration.

Properties

Name Meaning
Skip Authentication Option to skip authentication for the request, useful for public or unauthenticated endpoints.
Authentication Specifies the authentication method to use, defaulting to GitLab API key authentication.
baseUrl Base URL of the GitLab instance, defaulting to https://gitlab.com.
Method HTTP method to use for the request, default is GET but PUT is used for this operation.
Path Parameters Parameters to be included in the request path, specifically the project ID for this operation.

Output

JSON

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

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the project ID provided in the path parameters is valid and exists in the GitLab instance.
  • Verify that the API key used for authentication has sufficient permissions to update project integrations.
  • Check the baseUrl to ensure it points to the correct GitLab instance, especially if using a self-hosted GitLab server.
  • If skipping authentication, confirm that the endpoint supports unauthenticated requests, otherwise the request will fail with an authentication error.

Links

Discussion