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:
22
backend/apis/BlinkApiCollection/AddOrganizationAdmin.bru
Normal file
22
backend/apis/BlinkApiCollection/AddOrganizationAdmin.bru
Normal file
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: AddOrganizationAdmin
|
||||
type: http
|
||||
seq: 13
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:3000/api/organizations/1/admins
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Content-Type: application/json
|
||||
User-Agent: insomnia/2023.5.8
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"personId" : "2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user