web: mass update API calls

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-16 18:24:15 +02:00
parent 7152d7ee01
commit ba5374f6e1
64 changed files with 136 additions and 183 deletions

View File

@ -2338,18 +2338,6 @@ paths:
description: Which field to use when ordering the results.
schema:
type: string
- name: page
required: false
in: query
description: A page number within the paginated result set.
schema:
type: integer
- name: page_size
required: false
in: query
description: Number of results to return per page.
schema:
type: integer
- name: search
required: false
in: query
@ -2375,7 +2363,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/PaginatedEventTopPerUserList'
type: array
items:
$ref: '#/components/schemas/EventTopPerUser'
description: ''
/api/v2beta/events/notifications/:
get:
@ -16760,41 +16750,6 @@ components:
required:
- pagination
- results
PaginatedEventTopPerUserList:
type: object
properties:
pagination:
type: object
properties:
next:
type: number
previous:
type: number
count:
type: number
current:
type: number
total_pages:
type: number
start_index:
type: number
end_index:
type: number
required:
- next
- previous
- count
- current
- total_pages
- start_index
- end_index
results:
type: array
items:
$ref: '#/components/schemas/EventTopPerUser'
required:
- pagination
- results
PaginatedExpiringBaseGrantModelList:
type: object
properties: