Docs are work in progress
Skip to main content

Set default network

PUT 

/api/v1/networks/:networkId/set-default

This API endpoint set a network as the default for the specified network identified by the provided networkId. The default network will be used when no specific networkId is provided, for tasks such as enabling networking or generating IPv4 addresses

Request

Path Parameters

    networkId stringrequired

    The networkId - unique id of the network

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]
    payload boolean
Loading...