You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This endpoint allows you to update an existing UI extension. You can send only the fields that you want to update. If a field is not sent, the previous value is kept.
40
+
parameters:
41
+
- $ref: '#/parameters/uuid'
42
+
- name: body
43
+
in: body
44
+
required: true
45
+
schema:
46
+
$ref: "#/definitions/UiExtensionWithoutRequired"
47
+
responses:
48
+
200:
49
+
description: 'OK'
50
+
x-details: Returns a JSON document representing the UI extension updated
0 commit comments