Skip to content
This repository has been 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

Open
Vivek-Lahole opened this issue Jun 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Vivek-Lahole
Copy link
Contributor

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

@Vivek-Lahole Vivek-Lahole added the enhancement New feature or request label Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant