Update API tests

This commit is contained in:
xfarrow
2025-06-12 10:12:51 +02:00
parent 0733415397
commit fd10337d14
18 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,17 @@
meta {
name: ChangeApplicationStatus
type: http
seq: 4
}
patch {
url: http://localhost:3000/api/organizations/joboffers/applications/5
body: json
auth: none
}
body:json {
{
"status": "ACCEPTED"
}
}