Update Network – Infra API – MediaKind

Update Network

patch https://app.mk.io/api/v1/projects/:project_name/infra/networks/:name

Update a network. To learn more about networks, read Network Concept..

RBAC Capability Required: infra.network.update

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Request

This endpoint expects an object.

metadata

object DefaultPatchMetadata Optional
Resource metadata.

spec

object EmptyObjectSchema Optional
Network specification.

Response

kind

string Required
The kind of record.

metadata

object MetadataSchema Required
Network metadata.

status

object NetworkBodyStatus Required
Network status.

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error