Skip to content
Snippets Groups Projects
Commit dcd4b1c6 authored by Manon Blanco's avatar Manon Blanco Committed by Erwan Rouchet
Browse files

select all elements

parent f3905752
No related branches found
No related tags found
1 merge request!121select all elements
Pipeline #28469 passed
......@@ -3790,7 +3790,7 @@ paths:
tags:
- elements
post:
description: Add a specific element
description: Add specific elements
operationId: AddSelection
parameters: []
requestBody:
......@@ -3798,11 +3798,13 @@ paths:
application/json:
schema:
properties:
id:
format: uuid
type: string
ids:
items:
format: uuid
type: string
type: array
required:
- id
- ids
x-name: body
responses:
'200':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment