17 lines
168 B
Text
Executable file
17 lines
168 B
Text
Executable file
meta {
|
|
name: create
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/invite/create
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"expires": "1d1h"
|
|
}
|
|
}
|