Skip to content

Commit

Permalink
Remove source parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Apr 15, 2024
1 parent 9a82a1a commit 1f14b7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [Deployment] Set draft version for development
* [Spec] Replace `plu:procedureStartDate` (type `xsd:dateTime`) with `plu:procedurePeriod` (type `dct:PeriodOfTime`)
* [Spec] Add new attribute `dct:title` to `plu:ProcessStep`
* [API] Remove `source` query parameter from `POST`/`PUT`/`DELETE` endpoints for records

## 2024-02-28 - 0.1.4

Expand Down
11 changes: 0 additions & 11 deletions drafts/0.0.1-draft-0.1/api-plu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ paths:
operationId: postRecord
parameters:
- $ref: '#/components/parameters/collectionId'
- $ref: '#/components/parameters/source'
requestBody:
required: true
content:
Expand Down Expand Up @@ -301,7 +300,6 @@ paths:
parameters:
- $ref: '#/components/parameters/collectionId'
- $ref: '#/components/parameters/recordId'
- $ref: '#/components/parameters/source'
requestBody:
required: true
content:
Expand Down Expand Up @@ -333,7 +331,6 @@ paths:
parameters:
- $ref: '#/components/parameters/collectionId'
- $ref: '#/components/parameters/recordId'
- $ref: '#/components/parameters/source'
responses:
'200':
$ref: '#/components/responses/200Success'
Expand All @@ -359,14 +356,6 @@ components:
schema:
type: string
example: f08a255e-2c11-49dd-bdf9-88a0dcbe2aa6
source:
name: source
in: query
description: The mandatory source parameter denotes the origin point of the dataset. It influences the merging strategy for competing datasets. Interpreted values are `cockpit`, `cockpitpro`, `beteiligungsdb`.
required: true
schema:
type: string
example: cockpit
q:
name: q
in: query
Expand Down

0 comments on commit 1f14b7c

Please sign in to comment.