Skip to content

Buildout Item edit filters #21

@alukach

Description

@alukach
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions