Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant