Skip to content

Server: Create endpoints to CRUD blocks #7

@IkeHunter

Description

@IkeHunter
  • GET /blocks Will get blocks
  • POST /blocks Will create a new block or blocks
  • DELETE /blocks/:id Will delete a block by id
  • PUT /blocks Will update a set of blocks

It's possible that we'll need to get an individual block by id, but not required at the moment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions