Skip to content

Backend — API Endpoints for Entity Management (CRUD) #17

Description

@specfor

Create the REST API endpoints necessary for a System Admin to manage Entities.

  • POST /api/v1/entities - Create a new entity.
  • GET /api/v1/entities - List all entities.
  • PUT /api/v1/entities/:id - Update entity details.
  • DELETE /api/v1/entities/:id - Remove an entity.
  • Ensure route-level middleware restricts access to System Admins only.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions