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"