mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
18 lines
220 B
Plaintext
18 lines
220 B
Plaintext
meta {
|
|
name: ChangeApplicationStatus
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
patch {
|
|
url: http://localhost:3000/api/organizations/joboffers/applications/5
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"status": "ACCEPTED"
|
|
}
|
|
}
|