17 lines
178 B
Text
17 lines
178 B
Text
meta {
|
|
name: Create API Key
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:3000/api/v1/api-key
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"isRoot": true
|
|
}
|
|
}
|