Skip to content
Snippets Groups Projects
Commit 71a824f6 authored by Valentin Rigal's avatar Valentin Rigal Committed by Erwan Rouchet
Browse files

Add class filter on elements lists endpoints

parent 079a3e03
No related branches found
No related tags found
1 merge request!105Add class filter on elements lists endpoints
Pipeline #28426 passed
......@@ -2974,6 +2974,13 @@ paths:
required: false
schema:
type: string
- description: Filter elements by best class id
in: query
name: best_class
required: false
schema:
format: uuid
type: string
- description: Restrict to or exclude elements with hidden types; they are excluded
by default
in: query
......@@ -4047,6 +4054,13 @@ paths:
schema:
default: false
type: boolean
- description: Filter elements by best class id
in: query
name: best_class
required: false
schema:
format: uuid
type: string
- description: Restrict to or exclude elements with hidden types; they are excluded
by default
in: query
......@@ -4357,6 +4371,13 @@ paths:
schema:
default: false
type: boolean
- description: Filter elements by best class id
in: query
name: best_class
required: false
schema:
format: uuid
type: string
- description: Restrict to or exclude elements with hidden types; they are excluded
by default
in: query
......
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