Forgejo icon

Forgejo

Interact with Forgejo API

Overview

This node interacts with the Forgejo API to update an organization's details. It allows users to modify the full name and description of an existing organization. This operation is useful for maintaining accurate and up-to-date organizational information within Forgejo, such as when rebranding or updating organizational descriptions.

Use Case Examples

  1. Updating the full name and description of an organization to reflect a new branding.
  2. Correcting or adding additional details to an organization's profile.

Properties

Name Meaning
Organization The name of the organization to update, used to identify which organization to modify.
Full Name The new full name of the organization to be set during the update operation.
Description The new description text for the organization, providing additional details or context about the organization.

Output

JSON

  • json - The JSON response from the Forgejo API representing the updated organization details or the result of the update operation.

Dependencies

  • Requires an API key credential for Forgejo API authentication to authorize requests.

Troubleshooting

  • Ensure the organization name provided exists and is accessible with the provided API credentials.
  • Verify that the API key credential is valid and has sufficient permissions to update organization details.
  • Check for network connectivity issues that might prevent the node from reaching the Forgejo API endpoint.
  • If the update payload is empty or missing required fields, the API might reject the request; ensure at least one of 'fullName' or 'description' is provided.

Discussion