Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Add "version-id" and "version-time" DID URL matrix parameters. #194

Merged
merged 2 commits into from
Aug 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,27 @@ <h2>
Identifies a service from the DID Document by service id.
</td>
</tr>
<tr>
<td>
<code>version-id</code>
</td>
<td>
Identifies a specific version of a DID Document to be resolved (the version ID
could be sequential, or a UUID, or method-specific). Note: This parameter may
not be supported by all DID methods.
</td>
</tr>

<tr>
<td>
<code>version-time</code>
</td>
<td>
Identifies a certain version timestamp of a DID Document to be resolved (i.e.
the DID Document that was valid for a DID at a certain time). Note: This
parameter may not be supported by all DID methods.
</td>
</tr>
</tbody>
</table>

Expand Down