Update API docs

This commit is contained in:
xfarrow
2025-06-10 12:55:10 +02:00
parent 784a9bd5bb
commit 602f3f7794
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ meta {
} }
delete { delete {
url: http://localhost:3000/api/experiences/2 url: http://localhost:3000/api/experiences/1
body: none body: none
auth: inherit auth: inherit
} }

View File

@ -7,5 +7,5 @@ meta {
get { get {
url: http://localhost:3000/api/experiences/1 url: http://localhost:3000/api/experiences/1
body: none body: none
auth: none auth: inherit
} }