Skip to main content

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

NameTypeDescription
application_idUuidApplication to update, selected by UUID.
tags_jsonStringReplacement JSON object for tags, serialized as a string per the control plane contract.
cors_allow_originsList<String>Replacement list of allowed browser origins for this application.

Back to Control Plane