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

22 lines
249 B
Text

meta {
name: create
type: http
seq: 1
}
post {
url: {{base_url}}/guild/:id/channel/create
body: json
auth: inherit
}
params:path {
id: guild_NDQ0NDk5OTUwMDM2NzY2NzIy
}
body:json {
{
"name": "general",
"type": "text"
}
}