GitLab API

GitlabTool

Actions1000

Overview

This node operation updates the Google Play integration settings for a specific project in GitLab. It is useful for automating the management of Google Play integration configurations within GitLab projects, such as updating credentials or settings programmatically.

Use Case Examples

  1. Updating Google Play integration settings for a project with ID 12345 to automate deployment configurations.
  2. Modifying integration parameters to reflect changes in Google Play API credentials without manual intervention.

Properties

Name Meaning
Skip Authentication Determines whether to skip the authentication process for the API request.
Authentication Specifies the authentication method to use, typically an API key credential for GitLab.
baseUrl The base URL of the GitLab instance, defaulting to https://gitlab.com.
Method HTTP method to use for the request, default is GET but can be set to PUT 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 Google Play integration for the specified project.

Dependencies

  • GitLab API authentication credential

Troubleshooting

  • Ensure the project ID path parameter is correctly set and valid to avoid 404 errors.
  • Verify that the authentication credentials are correct and have sufficient permissions to update project integrations.
  • Check the baseUrl if using a self-hosted GitLab instance to ensure the API endpoint is reachable.

Links

Discussion