Skip to content

Commit

Permalink
Fix errors in Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jun 17, 2024
1 parent ba96e55 commit 1c8eb77
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,6 @@ components:
nullable: true
document_reference_PUT:
type: object
required:
properties:
document_guid:
type: string
Expand Down Expand Up @@ -2846,11 +2845,9 @@ components:
schema:
type: string
required: true
# Has document_reference_id been dropped while renaming guids?
# https://github.com/buildingSMART/BCF-API/commit/d92ce0deb550173b204d7c46d83428ee09b098a0
document_reference_id:
document_reference_guid:
in: path
name: document_reference_id
name: document_reference_guid
schema:
type: string
required: true
Expand Down

0 comments on commit 1c8eb77

Please sign in to comment.