Zeeshaun 8ce6a05710
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 45s
Deploy Promiscuity Character API / deploy (push) Successful in 57s
Deploy Promiscuity Inventory API / deploy (push) Successful in 45s
Deploy Promiscuity Locations API / deploy (push) Successful in 58s
k8s smoke test / test (push) Successful in 8s
Keeping logic within microservice boundaries
2026-03-20 09:11:44 -05: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-03-19 13:45:33 -05:00
2026-03-19 16:54:06 -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).