bruno/guild/invite/create.bru
2025-05-11 10:48:01 -04:00

22 lines
248 B
Text

meta {
name: create
type: http
seq: 1
}
post {
url: {{base_url}}/guild/:id/invite/create
body: json
auth: inherit
}
params:path {
id: guild_NDQxNjU4MTA3NzA4MjMxNjgy
}
body:json {
{
"max_uses": "1",
"expires_at": ""
}
}