Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: exception handling for Multitenancy controller #129

Open
24 of 39 tasks
GHkrishna opened this issue Jun 18, 2024 · 0 comments · Fixed by #142
Open
24 of 39 tasks

refactor: exception handling for Multitenancy controller #129

GHkrishna opened this issue Jun 18, 2024 · 0 comments · Fixed by #142
Assignees

Comments

@GHkrishna
Copy link
Contributor

GHkrishna commented Jun 18, 2024

  • Improve error handling of Multitenancy controller.

  • POST

/multi-tenancy/create-tenant

  • POST

/multi-tenancy/create-did/{tenantId}

  • GET

/multi-tenancy/dids/{tenantId}

  • POST

/multi-tenancy/transactions/set-endorser-role/{tenantId}

  • POST

/multi-tenancy/transactions/endorse/{tenantId}

  • GET

/multi-tenancy/connections/{connectionId}/{tenantId}

  • POST

/multi-tenancy/create-invitation/{tenantId}

  • POST

/multi-tenancy/create-legacy-invitation/{tenantId}

  • POST

/multi-tenancy/receive-invitation/{tenantId}

  • POST

/multi-tenancy/receive-invitation-url/{tenantId}

  • GET

/multi-tenancy/oob/{invitationId}/{tenantId}

  • GET

/multi-tenancy/connections/{tenantId}

  • GET

/multi-tenancy/url/{tenantId}/{invitationId}

  • POST

/multi-tenancy/schema/{tenantId}

  • POST

/multi-tenancy/polygon-wc3/schema/{tenantId}

  • GET

/multi-tenancy/polygon-wc3/schema/{did}/{schemaId}/{tenantId}

  • POST

/multi-tenancy/transactions/write/{tenantId}

  • GET

/multi-tenancy/schema/{schemaId}/{tenantId}

  • POST

/multi-tenancy/credential-definition/{tenantId}

  • GET

/multi-tenancy/credential-definition/{credentialDefinitionId}/{tenantId}

  • POST

/multi-tenancy/credentials/create-offer/{tenantId}

  • POST

/multi-tenancy/credentials/create-offer-oob/{tenantId}

  • POST

/multi-tenancy/credentials/accept-offer/{tenantId}

  • GET

/multi-tenancy/credentials/{credentialRecordId}/{tenantId}

  • GET

/multi-tenancy/credentials/{tenantId}

  • GET

/multi-tenancy/proofs/{tenantId}

  • GET

/multi-tenancy/form-data/{tenantId}/{proofRecordId}

  • POST

/multi-tenancy/proofs/request-proof/{tenantId}

  • POST

/multi-tenancy/proofs/create-request-oob/{tenantId}

  • POST

/multi-tenancy/proofs/{proofRecordId}/accept-request/{tenantId}

  • POST

/multi-tenancy/proofs/{proofRecordId}/accept-presentation/{tenantId}

  • GET

/multi-tenancy/proofs/{proofRecordId}/{tenantId}

  • DELETE

/multi-tenancy/{tenantId}

  • POST

/multi-tenancy/did/web/{tenantId}

  • POST

/multi-tenancy/did/key{tenantId}

  • GET

/multi-tenancy/question-answer/{tenantId}

  • POST

/multi-tenancy/question-answer/question/{connectionId}/{tenantId}

  • POST

/multi-tenancy/question-answer/answer/{id}/{tenantId}

  • GET

/multi-tenancy/question-answer/{id}/{tenantId}

@GHkrishna GHkrishna self-assigned this Jun 18, 2024
@GHkrishna GHkrishna changed the title refactor: exception handling for endpoints refactor: exception handling for credo-controller Jun 18, 2024
@GHkrishna GHkrishna changed the title refactor: exception handling for credo-controller refactor: exception handling for Multitenancy controller Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants