Skip to content

Commit

Permalink
fix: replace broken link
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Oct 20, 2023
1 parent b8bfb86 commit 5cacc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus/credentials/issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ curl -X 'POST' \

1. `claims`: The data stored in a verifiable credential. AnonCreds claims get expressed in a flat, "string -> string", key-value pair format. The claims contain the data that the issuer attests to, such as name, address, date of birth, and so on.
2. `connectionId`: The unique ID of the connection between the holder and the issuer to offer this credential over.
3. `credentialDefinitionId`: The unique ID of the [credential definition](../credentialdefinition/credential-definition.md) that has been created by the issuer as a prerequisite. Please refer to the [Create AnonCreds Credential Definition](../credential-definitions/credential-definitions.md) doc for details on how to create a credential definition.
3. `credentialDefinitionId`: The unique ID of the [credential definition](../credentialdefinition/credential-definition.md) that has been created by the issuer as a prerequisite. Please refer to the [Create AnonCreds Credential Definition](../credential-definition/credential-definition.md) doc for details on how to create a credential definition.
4. `credentialFormat`: The format of the credential that will be issued - `AnonCreds` in this case.

:::note
Expand Down

0 comments on commit 5cacc83

Please sign in to comment.