Skip to content
Snippets Groups Projects

feat(ssi): crud proof events

Merged Berend Sliedrecht requested to merge tsabolov/ocm-engine:ssi-proof-functionality into main
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading