Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 393 Bytes

File metadata and controls

14 lines (11 loc) · 393 Bytes

API Endpoints 📡

Whiteboards

  • GET /whiteboards - List all
  • POST /whiteboards - Create new

Post-its

  • POST /whiteboards/:id/post_its - Create
  • PATCH /whiteboards/:id/post_its/:id - Update position/content
  • DELETE /whiteboards/:id/post_its/:id - Remove

Authentication

  • POST /users/sign_in - Passkey/password login
  • POST /users/passkeys - Register new passkey