pangolin/bruno/API Keys/Set API Key Actions.bru
2025-10-04 18:36:44 -07:00

17 lines
220 B
Text

meta {
name: Set API Key Actions
type: http
seq: 5
}
post {
url: http://localhost:3000/api/v1/api-key/ex0izu2c37fjz9x/actions
body: json
auth: inherit
}
body:json {
{
"actionIds": ["listSites"]
}
}