Create a network key for a specific network
Path Parameters
team_idstring
network_idstring
Header Parameters
Authorizationstring
create network key for team body
aclTags?array<string>
acl tags
ephemeral?boolean
should this node be removed once inactive
expiration?string
when should this key expire? (RFC3339 format)
Format
date-timename?string
Name of the key
reusable?boolean
can this key be used to authenticate more than one node
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.devzero.io/backend/v0/teams/string/networks/string/network-key" \  -H "Authorization: string" \  -H "Content-Type: application/json" \  -d '{}'{
  "ephemeral": true,
  "expiration": "2019-08-24T14:15:22Z",
  "id": "string",
  "key": "string",
  "name": "string",
  "reusable": true
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}{
  "message": "string"
}