Zeeshaun 6ca0f306bb
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 45s
Deploy Promiscuity Character API / deploy (push) Successful in 57s
Deploy Promiscuity Locations API / deploy (push) Successful in 57s
k8s smoke test / test (push) Successful in 8s
Fixing bad location index
2026-03-13 21:26:36 -05:00
..
2026-01-21 17:43:39 -06:00
2026-01-20 13:41:38 -06:00
2026-01-21 17:43:39 -06:00
2026-01-20 13:41:38 -06:00
2026-03-13 21:26:36 -05: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).