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
Copy file name to clipboardExpand all lines: content/swagger/resources/reference_entities/routes/reference_entities.yaml
-43Lines changed: 0 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -88,46 +88,3 @@ get:
88
88
$ref: "#/responses/401Error"
89
89
406:
90
90
$ref: "#/responses/406Error"
91
-
patch:
92
-
summary: Update/create several reference entities
93
-
operationId: "patch_reference_entities"
94
-
tags:
95
-
- Reference entity
96
-
x-versions:
97
-
- "3.0"
98
-
x-ee: true
99
-
description: This endpoint allows you to update and/or create several reference entities at once. Note that if the reference entity does not already exist, it creates it.
100
-
parameters:
101
-
- name: body
102
-
in: body
103
-
required: true
104
-
schema:
105
-
$ref: ../definitions/reference_entities.yaml
106
-
responses:
107
-
200:
108
-
description: OK
109
-
x-details: Returns an JSON array in which each object gives you the status of each reference entity creation or update
0 commit comments