diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 256bfc701..79417e34f 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -2215,8 +2215,20 @@ paths: - state - -state responses: - '204': + '200': description: successful operation + content: + application/json: + schema: + type: object + properties: + total: + type: integer + example: 1 + data: + type: array + items: + $ref: '#/components/schemas/UserRegistration' /api/v1/videos/ownership: get: