From 80b1dd3bcbb7fdd24360aa31d00851dcdb0e5f0c Mon Sep 17 00:00:00 2001 From: Pat Losoponkul Date: Tue, 21 Mar 2023 17:36:07 +0700 Subject: [PATCH] docs: correct the content-type header in OAS --- .../service/api/http/prism-agent-openapi-spec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/prism-agent/service/api/http/prism-agent-openapi-spec.yaml b/prism-agent/service/api/http/prism-agent-openapi-spec.yaml index 3ce81afde3..18aec8be8a 100644 --- a/prism-agent/service/api/http/prism-agent-openapi-spec.yaml +++ b/prism-agent/service/api/http/prism-agent-openapi-spec.yaml @@ -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"