Skip to content
Snippets Groups Projects
Verified Commit a8f40bc5 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

fix(credential-manager): fix offers controller annotation

parent b438e8b3
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,23 @@ export class CredentialOffersController { ...@@ -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': { 'Tenant not found': {
value: { value: {
statusCode: 404, statusCode: 404,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment