Update a specification
Update a specification
Path Parameters |
---|
id uuid — REQUIREDUnique identifier for the entity represented as a UUID |
Request Body Object representing service specifications | ||||
---|---|---|---|---|
name stringPossible values: 1 ≤ length Name of the entity. Must be a non-empty string and not equal to null | ||||
visible_to NRN[]Possible values: Value must match regular expression Array representing visibility settings for the entity. Specifies what/who can see this entity | ||||
attributes objectObject representing an attribute with a schema and associated values
| ||||
selectors objectKey-value object representing instance selectors
| ||||
type stringPossible values: [ Type of the service specification. Should be one of the specified values in the enumeration |
Responses | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2XX Object representing service specifications
| ||||||||||||||||
4XX Format for representing errors during API interactions
| ||||||||||||||||
5XX Format for representing errors during API interactions
|