Skip to content

Commit

Permalink
docs: correct the content-type header in OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Mar 21, 2023
1 parent cb61520 commit 80b1dd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prism-agent/service/api/http/prism-agent-openapi-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,37 +90,37 @@ paths:
"400":
description: Invalid input
content:
application/did+ld+json:
application/ld+json;profile="https://w3id.org/did-resolution":
schema:
$ref: "./castor/schemas.yaml#/components/schemas/DIDResolutionResult"
"404":
description: Not found
content:
application/did+ld+json:
application/ld+json;profile="https://w3id.org/did-resolution":
schema:
$ref: "./castor/schemas.yaml#/components/schemas/DIDResolutionResult"
"406":
description: Representation not supported
content:
application/did+ld+json:
application/ld+json;profile="https://w3id.org/did-resolution":
schema:
$ref: "./castor/schemas.yaml#/components/schemas/DIDResolutionResult"
"410":
description: DID Deactivated
content:
application/did+ld+json:
application/ld+json;profile="https://w3id.org/did-resolution":
schema:
$ref: "./castor/schemas.yaml#/components/schemas/DIDResolutionResult"
"500":
description: Internal error
content:
application/did+ld+json:
application/ld+json;profile="https://w3id.org/did-resolution":
schema:
$ref: "./castor/schemas.yaml#/components/schemas/DIDResolutionResult"
"501":
description: Method not supported
content:
application/did+ld+json:
application/ld+json;profile="https://w3id.org/did-resolution":
schema:
$ref: "./castor/schemas.yaml#/components/schemas/DIDResolutionResult"

Expand Down

0 comments on commit 80b1dd3

Please sign in to comment.