hz fc647890a6
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 43s
Deploy Promiscuity Character API / deploy (push) Successful in 42s
Deploy Promiscuity Locations API / deploy (push) Successful in 56s
k8s smoke test / test (push) Successful in 5s
Adding coordinate to Location model
2026-01-20 17:29:34 -06:00
..
2026-01-20 13:41:38 -06:00
2026-01-20 13:41:38 -06:00
2026-01-20 13:41:38 -06:00
2026-01-20 13:41:38 -06:00
2026-01-20 17:25:35 -06:00

LocationsApi

Document shapes

See DOCUMENTS.md for request payloads and stored document shapes.

Endpoints

  • POST /api/locations Create a location with a unique coord pair (SUPER only).
  • GET /api/locations List all locations (SUPER only).
  • DELETE /api/locations/{id} Delete a location (SUPER only).
  • PUT /api/locations/{id} Update a location name (SUPER only).