Skip to content

Part III: Orders - Backend - Orders API Routes #55

Description

@Zezlita

As a DBA: we also need to connect the database with the API using API routes:

  • PATCH /orders/:orderId (**):
    Update an order, notably change status
  • DELETE /orders/:orderId (**):
    Update the order's status to cancelled

Activity

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions