Yourtext.Guru icon

Yourtext.Guru

Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.

Overview

The "Update Group" operation in the Yourtext.Guru node allows users to update the details of an existing group within a specified project. This is useful for managing SEO content groups by renaming or modifying group metadata without recreating the group. For example, if you want to rename a group to better reflect its content focus or organizational structure, this operation provides a straightforward way to do so.

Properties

Name Meaning
Project ID The unique identifier of the project containing the group to update.
Group ID The unique identifier of the group to be updated.
Name The new name to assign to the group.

Output

The output of this operation is the JSON response returned by the Yourtext.Guru API after updating the group. It typically contains the updated group information such as its ID, name, and possibly other metadata confirming the successful update. The node outputs this data on its main output under the json property.

No binary data is involved in this operation.

Dependencies

  • Requires an active API key credential for Yourtext.Guru to authenticate requests.
  • The node makes HTTP POST requests to the Yourtext.Guru API endpoint:
    https://yourtext.guru/api/v2/projects/{projectId}/groups/{groupId}
  • Proper configuration of the API key credential in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Project ID or Group ID will cause the API request to fail.
    • Insufficient permissions or invalid API key may result in authentication errors.
    • Providing an empty or invalid group name might cause validation errors from the API.
  • Error messages:

    • 404 Not Found: The specified project or group does not exist. Verify the IDs.
    • 401 Unauthorized: API key is missing or invalid. Check your credentials.
    • 400 Bad Request: The provided group name is invalid or missing. Ensure the name is non-empty and valid.

To resolve these, double-check input values, ensure the API key is correctly set up, and confirm that the group and project exist in Yourtext.Guru.

Links and References

Discussion