Skip to content

Commit

Permalink
Merge pull request #100 from nickreynolds/fix-example-rendering
Browse files Browse the repository at this point in the history
chore: replace Key DID with Peer DID in example to avoid emoji rendering issue
  • Loading branch information
TelegramSam authored Jan 8, 2024
2 parents 8b5c8bf + 7c1b543 commit cf9df6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/protocols/coordinate-mediation/3.0/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/3.0/mediate-grant`
"type": "https://didcomm.org/coordinate-mediation/3.0/mediate-grant",
"body":
{
"routing_did": ["did:peer:z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6"]
"routing_did": ["did:peer:0z6Mkfriq1MqLBoPWecGoDLjguo1sB9brj6wT3qZ5BxkKpuP6"]
}
}
```
Expand All @@ -122,7 +122,7 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/3.0/recipient-update
"body": {
"updates": [
{
"recipient_did": "did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH",
"recipient_did": "did:peer:0z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH",
"action": "add"
}
]
Expand All @@ -147,7 +147,7 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/3.0/recipient-update
"body": {
"updated": [
{
"recipient_did": "did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH",
"recipient_did": "did:peer:0z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH",
"action": "" // "add" or "remove"
"result": "" // [client_error | server_error | no_change | success]
}
Expand Down Expand Up @@ -194,7 +194,7 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/3.0/recipient`
"body": {
"dids": [
{
"recipient_did": "did:key:z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH"
"recipient_did": "did:peer:0z6MkpTHR8VNsBxYAAWHut2Geadd9jSwuBV8xRoAnwWsdvktH"
}
],
"pagination": {
Expand Down

0 comments on commit cf9df6a

Please sign in to comment.