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

Buildout Item edit filters #21

Open
3 tasks
alukach opened this issue Mar 11, 2025 · 0 comments
Open
3 tasks

Buildout Item edit filters #21

alukach opened this issue Mar 11, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@alukach
Copy link
Member

alukach commented Mar 11, 2025

  • creating items
    • Description: Validate body with generated CQL2 query.
    • Action: Create
    • Endpoint: /collections/{collection_id}/items
    • Method: POST
  • updating item
    • Description: Fetch STAC Item and validate CQL2 query; merge STAC Item with body and validate with generated CQL2 query.
    • Action: Update
    • Endpoint: /collections/{collection_id}/items/{item_id}
    • Method: PUT
  • deleting item
    • Description: Fetch STAC Item and validate with CQL2 query.
    • Action: Delete
    • Endpoint: /collections/{collection_id}/items/{item_id}
    • Method: DELETE
@alukach alukach added the enhancement New feature or request label Mar 11, 2025
@alukach alukach changed the title Buildout Item Edit filters Buildout Item edit filters Mar 11, 2025
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