Skip to main content

Create a Network

POST 
/networks

Create a new Network.

Request

Body

required

    name stringrequired

    A user specified name for the network.

Responses

200: Successful response

422: Unprocessable entity. Check the 'detail' field in response for details.

default: Unexpected error

Loading...