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
event: user_requests_witness
rule: if path = /[type]/[uuid]/witness and signed and verified and profile-rating > .3
action: sign_request_body() return signed response and save to content/home/ type: witness , target: document-uuid
The text was updated successfully, but these errors were encountered:
POST
Send in the headers the type of the document and the uuid
In the body send the document contents
The other user responds with their signature of the document
I save the responded signature in my local folder representing that user
event:
user_requests_witness
rule:
if path = /[type]/[uuid]/witness and signed and verified and profile-rating > .3
action:
sign_request_body() return signed response and save to content/home/ type: witness , target: document-uuid
The text was updated successfully, but these errors were encountered: