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
Copy file name to clipboardExpand all lines: docs/_static/vdr/v1.yaml
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,12 @@ paths:
11
11
/internal/vdr/v1/did:
12
12
post:
13
13
summary: Creates a new Nuts DID
14
+
deprecated: true
14
15
description: |
15
-
The DID Document will be created according to the given request. If a combination of options is not allowed, a 400 is returned.
16
-
The default values for selfControl, assertionMethod, keyAgreement, and capabilityInvocation are true. The default for controllers is an empty list. All other options default to false.
17
-
Only a single keypair will be generated. All enabled methods will reuse the same key pair. A seperate keypair will be generated to generate the DID if SelfControl is false.
16
+
Starting with v6.0.0, the entire body will be ignored and default values will be used.
0 commit comments