feat: checkpoint
This commit is contained in:
32
.bruno/identity/Roles.bru
Normal file
32
.bruno/identity/Roles.bru
Normal file
@@ -0,0 +1,32 @@
|
||||
meta {
|
||||
name: Roles
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{url}}/identity/:id/roles
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
|
||||
body:json {
|
||||
[
|
||||
{
|
||||
"type": "add",
|
||||
"roles": []
|
||||
},
|
||||
{
|
||||
"type": "remove",
|
||||
"roles": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user