Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

feat: πŸš€ API Endpoint for Editing Title and Description of Web-Connector Indexable LinksΒ #153

@Vivek-Lahole

Description

@Vivek-Lahole

Is your feature request related to a problem? Please describe.

✨ Feature Request: API Endpoint for Editing Web-Connector Indexable Links metadata

Objective:
Develop an API endpoint to enable the editing of titles and descriptions for web-connector indexable links. This will enhance the flexibility and control over the metadata associated with indexed web content.

Benefits:

  • πŸ› οΈ Enhanced Content Management: Allows users to keep their indexed data relevant and up-to-date, improving overall content quality.
  • πŸ”„ Flexibility: Provides the ability to quickly and easily make changes to the indexed links without the need for re-indexing.

Describe the solution (or solutions) you'd like

API Endpoint Details:

  • Endpoint URL: /web-connector/{link_id}
  • HTTP Method: PUT
  • Request Payload:
    {
      "linkId": "string",
      "title": "string",
      "description": "string"
    }
    

Describe alternatives you've considered and rejected

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions