Skip to content

Commit

Permalink
docs: fix incorrect key in sign-quote API reference (#717)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Sep 9, 2024
1 parent 26f38e0 commit 0f21935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/reference/coordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ Example response:
{
"status": "success",
"data": {
"signature": "RUNEU0Ffc2lnbihyb290X3ByaXZfa2V5LCBTSEEyNTYoYmFzZTY0KFNHWF9xdW90ZSkgKyBzdHJpbmcoVENCX3N0YXR1cykpKQo=",
"verificationSignature": "RUNEU0Ffc2lnbihyb290X3ByaXZfa2V5LCBTSEEyNTYoYmFzZTY0KFNHWF9xdW90ZSkgKyBzdHJpbmcoVENCX3N0YXR1cykpKQo=",
"tcbStatus": "UpToDate"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-1.5/reference/coordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ Example response:
{
"status": "success",
"data": {
"signature": "RUNEU0Ffc2lnbihyb290X3ByaXZfa2V5LCBTSEEyNTYoYmFzZTY0KFNHWF9xdW90ZSkgKyBzdHJpbmcoVENCX3N0YXR1cykpKQo=",
"verificationSignature": "RUNEU0Ffc2lnbihyb290X3ByaXZfa2V5LCBTSEEyNTYoYmFzZTY0KFNHWF9xdW90ZSkgKyBzdHJpbmcoVENCX3N0YXR1cykpKQo=",
"tcbStatus": "UpToDate"
}
}
Expand Down

0 comments on commit 0f21935

Please sign in to comment.