Skip to content

Commit

Permalink
Merge branch 'main' into nlp-additions
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
#	schemas/top-api.yml
  • Loading branch information
fmatthies committed Dec 14, 2022
1 parent 53242f8 commit ba2251c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schemas/top-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ paths:
in: query
schema:
type: string
tags:
- document
responses:
200:
description: List of documents
Expand Down Expand Up @@ -613,12 +615,12 @@ paths:
description: Filter repositories by primary state.
schema:
type: boolean
- $ref: '#/components/parameters/page'
- name: type
description: Filter repositories by type.
in: query
schema:
$ref: "#/components/schemas/RepositoryType"
- $ref: '#/components/parameters/page'
responses:
'200':
description: List of repositories.
Expand Down Expand Up @@ -720,12 +722,12 @@ paths:
description: Filter repositories by name.
schema:
type: string
- $ref: '#/components/parameters/page'
- name: type
description: Filter repositories by type.
in: query
schema:
$ref: "#/components/schemas/RepositoryType"
- $ref: '#/components/parameters/page'
responses:
'200':
description: List of repositories.
Expand Down

0 comments on commit ba2251c

Please sign in to comment.