Skip to content

Commit

Permalink
feat: Updated api/api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 17, 2023
1 parent df38fba commit 55e0c42
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ info:
version: 0.0.1

paths:
/user/regions:
get:
summary: Retrieve regions for the authenticated user
/user/experiences:
get:
summary: Retrieve experiences for the authenticated user
/user/{userId}/regions:
get:
summary: Retrieve regions for a specific user
/user/{userId}/experiences:
get:
summary: Retrieve experiences for a specific user
/regions/{regionId}/experiences:
get:
summary: Retrieve experiences for the region
parameters:
- name: regionId
in: path
required: true
schema:
type: integer

# Region endpoints

Expand Down

0 comments on commit 55e0c42

Please sign in to comment.