Skip to content
Snippets Groups Projects

feat(ssi): add method to fetch offers and requests and delete credentials

15 files
+ 729
36
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -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