Skip to content

Commit

Permalink
update api/manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 9, 2024
1 parent ae87e80 commit 8006949
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,19 @@ paths:
required: true
responses:
"201":
content: {}
content:
application/ld+json:
schema:
type: string
application/n-triples:
schema:
type: string
application/rdf+xml:
schema:
type: string
text/turtle:
schema:
type: string
description: Success
"401":
description: Authentication Failure
Expand Down Expand Up @@ -1526,7 +1538,12 @@ paths:
required: true
responses:
"200":
content: {}
content:
application/x-ndjson:
schema:
type: array
items:
type: string
description: Success
"401":
description: Authentication Failure
Expand Down

0 comments on commit 8006949

Please sign in to comment.