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 {
url: http://localhost:3000/api/experiences/2
url: http://localhost:3000/api/experiences/1
body: none
auth: inherit
}

View File

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