Skip to content

Commit

Permalink
Move version parameter to post request
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Apr 1, 2022
1 parent 2aa1b77 commit bd58037
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions schemas/top-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -972,11 +972,6 @@ paths:
required: true
schema:
type: string
- name: version
description: Defaults to the latest version number.
in: query
schema:
$ref: "#/components/schemas/VersionNumber"
- $ref: "#/components/parameters/include"
get:
summary: Returns all forks of a particular entity.
Expand All @@ -1003,6 +998,12 @@ paths:
operationId: createFork
tags:
- fork
parameters:
- name: version
description: Defaults to the latest version number.
in: query
schema:
$ref: "#/components/schemas/VersionNumber"
requestBody:
description: Fork instructions like destination
required: true
Expand Down

0 comments on commit bd58037

Please sign in to comment.