mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Create experience endpoint (beta)
This commit is contained in:
17
backend/apis/BlinkApiCollection/DeleteApplication.bru
Normal file
17
backend/apis/BlinkApiCollection/DeleteApplication.bru
Normal file
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: DeleteApplication
|
||||
type: http
|
||||
seq: 10
|
||||
}
|
||||
|
||||
delete {
|
||||
url: http://localhost:3000/api/organizations/joboffers/applications/6
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"jobApplicationId": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user