Zeeshaun b8ce13f1d2
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 47s
Deploy Promiscuity Character API / deploy (push) Successful in 44s
Deploy Promiscuity Inventory API / deploy (push) Successful in 58s
Deploy Promiscuity Locations API / deploy (push) Successful in 58s
k8s smoke test / test (push) Successful in 9s
Adding inventory stacking and overflow to gather mechanic
2026-03-19 17:24:10 -05:00
..
2026-01-20 13:41:38 -06:00
2026-01-20 13:41:38 -06:00
2026-03-19 17:07:24 -05: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-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).