diff --git a/apps/credential-manager/src/credential-offers/credential-offers.controller.ts b/apps/credential-manager/src/credential-offers/credential-offers.controller.ts index 882d08ad48ca87f1b624f51a2ebfe7f3f55269c0..1bd6ae85733d36b6c1bd08a77a40e9b00b16ccf7 100644 --- a/apps/credential-manager/src/credential-offers/credential-offers.controller.ts +++ b/apps/credential-manager/src/credential-offers/credential-offers.controller.ts @@ -45,6 +45,23 @@ export class CredentialOffersController { ], }, }, + }, + }, + }, + }) + @ApiResponse({ + status: HttpStatus.NOT_FOUND, + content: { + 'application/json': { + schema: {}, + examples: { + 'Credential offer not found': { + value: { + statusCode: 404, + message: 'Credential offer not found', + data: null, + }, + }, 'Tenant not found': { value: { statusCode: 404,