Loading ngsi-ld-api.yaml +10 −14 Original line number Diff line number Diff line Loading @@ -1433,11 +1433,12 @@ paths: allOf: - type: array items: $ref: '#/components/schemas/Entity' allOf: - type: object properties: '@context': $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Entity' - required: - id - type Loading @@ -1459,11 +1460,6 @@ paths: type: array items: type: string application/json+ld: schema: type: array items: type: string '204': description: | If all entities already existed and are successfully updated, there is no payload body in the response. Loading Loading
ngsi-ld-api.yaml +10 −14 Original line number Diff line number Diff line Loading @@ -1433,11 +1433,12 @@ paths: allOf: - type: array items: $ref: '#/components/schemas/Entity' allOf: - type: object properties: '@context': $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Entity' - required: - id - type Loading @@ -1459,11 +1460,6 @@ paths: type: array items: type: string application/json+ld: schema: type: array items: type: string '204': description: | If all entities already existed and are successfully updated, there is no payload body in the response. Loading