UpdateApplicationRequest
- Stability:
stable
Targets a single application by id and replaces the stored tags JSON and allowed browser origins with the values provided here.
- Qualified id:
com.dataspine.controlplane.UpdateApplicationRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
application_id | Uuid | Application to update, selected by UUID. |
tags_json | String | Replacement JSON object for tags, serialized as a string per the control plane contract. |
cors_allow_origins | List<String> | Replacement list of allowed browser origins for this application. |