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

Commit

Permalink
Add "content-type" and "content-id" DID URL matrix parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed May 10, 2019
1 parent fde9370 commit 818dfe4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,28 @@ <h2>
</thead>

<tbody>
<tr>
<td>
<code>content-type</code>
</td>
<td>
Specifies a type of content object (other than a DID Document) to be returned
from the target DID registry. Note: This parameter may not be supported by
all DID methods.
</td>
</tr>

<tr>
<td>
<code>content-id</code>
</td>
<td>
Specifies the method-specific identifier of a content object (other than a DID
Document) to be returned from the target DID registry. Note: This parameter
may not be supported by all DID methods.
</td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 818dfe4

Please sign in to comment.