From 75ee35b079180e89c345032dac56eab7b18cd4f1 Mon Sep 17 00:00:00 2001 From: DaevMithran <61043607+DaevMithran@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:02:50 +0530 Subject: [PATCH] fix: Make did and relativeDidUrl optional (#372) --- src/static/swagger.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/static/swagger.json b/src/static/swagger.json index 9d1d693..bec3350 100644 --- a/src/static/swagger.json +++ b/src/static/swagger.json @@ -731,10 +731,6 @@ }, { "type": "object", - "required": [ - "did", - "relativeDidUrl" - ], "properties": { "did": { "description": "This input field indicates the DID that is the target of the DID URL create operation.", @@ -763,10 +759,6 @@ }, { "type": "object", - "required": [ - "did", - "relativeDidUrl" - ], "properties": { "did": { "description": "This input field indicates the DID that is the target of the DID URL update operation.",