GitLab API

GitlabTool

Actions905

Overview

This node interacts with the GitLab API to update the Confluence service settings for a specific project. It is useful for automating the configuration of Confluence integration within GitLab projects, such as enabling or modifying Confluence service parameters programmatically.

Use Case Examples

  1. Automatically update Confluence service settings for a project when a new project is created.
  2. Modify Confluence integration parameters across multiple projects in bulk.

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 requests are sent.
Method The HTTP method used for the API request, default is PUT for this operation.
Path Parameters Parameters included in the API request path, specifically the project ID for this operation.

Output

JSON

  • response - The JSON response from the GitLab API after updating the Confluence service settings for the specified project.

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 services.
  • Check the baseUrl to ensure it points to the correct GitLab instance, especially if using a self-hosted GitLab server.
  • If skipping authentication, ensure the API endpoint allows unauthenticated requests, which is uncommon for this operation.

Links

Discussion