Template
1
0
Files
boilerplate/.bruno/identity/Roles.bru
2025-09-24 01:20:09 +02:00

33 lines
302 B
Plaintext

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
}