hosted-compute
Update a hosted compute network configuration for an organization
Updates a hosted compute network configuration for an organization.
OAuth app tokens and personal access tokens (classic) need the write:network_configurations scope to use this endpoint.
patch/orgs/{org}/settings/network-configurations/{network_configuration_id}
Path parameters
orgstring required
The organization name. The name is not case sensitive.
network_configuration_idstring required
Unique identifier of the hosted compute network configuration.
Request body
Response
Response
Example response
{
"id": "123ABC456DEF789",
"name": "my-network-configuration",
"failover_network_enabled": true,
"created_on": "2024-04-26T11:31:07Z"
}