Adding endpoint to only get locations visible to character
This commit is contained in:
@@ -6,5 +6,5 @@ See `DOCUMENTS.md` for request payloads and stored document shapes.
|
||||
## Endpoints
|
||||
- `POST /api/characters` Create a character.
|
||||
- `GET /api/characters` List characters for the current user.
|
||||
- `GET /api/characters/{id}/visible-locations` List locations visible to that owned character.
|
||||
- `GET /api/characters/{id}/visible-locations` Ensure and list locations visible to that owned character.
|
||||
- `DELETE /api/characters/{id}` Delete a character owned by the current user.
|
||||
|
||||
Reference in New Issue
Block a user