NamespaceManagementSupervisorServicesUpdateSpec

The SupervisorServices.UpdateSpec structure provides a specification required to update a Supervisor Service.


Properties

string
description Optional

A human readable description of the Supervisor Service. If unset, the description of the service will not be modified.


string
display_name Optional

A human readable name of the Supervisor Service. If unset, the display name of the service will not be modified.

JSON Example

{
	"description": "string",
	"display_name": "string"
}

Feedback

Was this page helpful?