Skip to content

Commit

Permalink
TASK: Updating RAML types, Postman and OAS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jun 14, 2024
1 parent 22b0c33 commit 41608e3
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 132 deletions.
6 changes: 6 additions & 0 deletions uml/api/LocalizedString.puml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,11 @@ interface TypeChangeFieldDefinitionLabelAction [[TypeChangeFieldDefinitionLabelA
fieldName: String
label: [[LocalizedString.svg LocalizedString]]
}
interface TypeChangeLabelAction [[TypeChangeLabelAction.svg]] {
action: String
fieldName: String
label: [[LocalizedString.svg LocalizedString]]
}
interface TypeChangeNameAction [[TypeChangeNameAction.svg]] {
action: String
name: [[LocalizedString.svg LocalizedString]]
Expand Down Expand Up @@ -1399,6 +1404,7 @@ LocalizedString --> Type #green;text:green : "description"
LocalizedString --> TypeDraft #green;text:green : "name"
LocalizedString --> TypeDraft #green;text:green : "description"
LocalizedString --> TypeChangeFieldDefinitionLabelAction #green;text:green : "label"
LocalizedString --> TypeChangeLabelAction #green;text:green : "label"
LocalizedString --> TypeChangeNameAction #green;text:green : "name"
LocalizedString --> TypeSetDescriptionAction #green;text:green : "description"
LocalizedString --> StoreNameSetMessage #green;text:green : "nameAllLocales"
Expand Down
Loading

0 comments on commit 41608e3

Please sign in to comment.