mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Update API tests
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user