You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following endpoints will either be adapted to use the AnonCreds AnonCreds endpoints, or removed entirely. Adapted means that the calls will continue to work, but the functionality will be implemented by invoking the AnonCreds endpoints processing. Inputs and results may be adjust if absolutely necessary. Ideally, the endpoint will adjust the inputs, call the AnonCreds processing, and adjust the outputs.
The noted revocation related endpoints will be removed entirely. ACA-Py will handle revocation, and direct control by a controller will be removed.
Schemas
POST /schemas
GET /schemas/created
GET /schemas/{schema_id}
POST /schemas/{schema_id}/write_record
Credential Definitions
POST /credential-definitions
GET /credential-definitions/created
GET /credential-definitions/{cred_def_id}
POST /credential-definitions/{cred_def_id}/write_record
Revocation
GET /revocation/active-registry/{cred_def_id}
Not needed and may be removed.
POST /revocation/clear-pending-revocations
Error handling — not sure this is needed
REMOVE: POST /revocation/create-registry
GET /revocation/credential-record
POST /revocation/publish-revocations
GET /revocation/registries/created
Not needed — consider removing
DELETE /revocation/registry/delete-tails-file
Delete tails file will occur after the successful publishing of the tails file, as it is no longer needed. The call will remain but will do nothing.
GET /revocation/registry/{rev_reg_id}
Not needed — consider removing
PATCH revocation/registry/{rev_reg_id}
We’ll investigate if this endpoint is still needed.
The following endpoints will either be adapted to use the AnonCreds AnonCreds endpoints, or removed entirely. Adapted means that the calls will continue to work, but the functionality will be implemented by invoking the AnonCreds endpoints processing. Inputs and results may be adjust if absolutely necessary. Ideally, the endpoint will adjust the inputs, call the AnonCreds processing, and adjust the outputs.
The noted revocation related endpoints will be removed entirely. ACA-Py will handle revocation, and direct control by a controller will be removed.
Schemas
POST /schemas
GET /schemas/created
GET /schemas/{schema_id}
POST /schemas/{schema_id}/write_record
Credential Definitions
POST /credential-definitions
GET /credential-definitions/created
GET /credential-definitions/{cred_def_id}
POST /credential-definitions/{cred_def_id}/write_record
Revocation
GET /revocation/active-registry/{cred_def_id}
POST /revocation/clear-pending-revocations
POST /revocation/create-registry
GET /revocation/credential-record
POST /revocation/publish-revocations
GET /revocation/registries/created
DELETE /revocation/registry/delete-tails-file
GET /revocation/registry/{rev_reg_id}
PATCH revocation/registry/{rev_reg_id}
POST /revocation/registry/{rev_reg_id}/definition
POST /revocation/registry/{rev_reg_id}/entry
PUT /revocation/registry/{rev_reg_id}/fix-revocation-entry-state
GET /revocation/registry/{rev_reg_id}/issued
GET /revocation/registry/{rev_reg_id}/issued/details
GET /revocation/registry/{rev_reg_id}/issued/indy_recs
PATCH /revocation/registry/{rev_reg_id}/set-state
PUT /revocation/registry/{rev_reg_id}/tails-file
GET /revocation/reqistry/{rev_reg_id}/tails-file
POST /revocation/revoke
The text was updated successfully, but these errors were encountered: