Zeeshaun 82e4ae8a81
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 46s
Deploy Promiscuity Character API / deploy (push) Successful in 58s
Deploy Promiscuity Inventory API / deploy (push) Successful in 45s
Deploy Promiscuity Locations API / deploy (push) Successful in 59s
k8s smoke test / test (push) Successful in 7s
Merge branch 'main' of https://git.ranaze.com/null/promiscuity into main
2026-03-19 16:44:12 -05:00
..
2026-01-20 13:41:38 -06:00
2026-01-20 13:41:38 -06:00
2026-03-15 14:04:12 -05:00
2026-03-15 14:04:12 -05:00
2026-01-20 13:41:38 -06:00
2026-03-19 13:45:33 -05:00
2026-03-15 14:04:12 -05: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).