From 8069976df3f133595eb5f35e9c9a0f4c6262be2b Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 21 Feb 2024 23:56:20 -0300 Subject: [PATCH] add mandatory Signed-off-by: Vitor Mattos --- site/.vuepress/public/specs/api.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/site/.vuepress/public/specs/api.yaml b/site/.vuepress/public/specs/api.yaml index 8a9f21a..d3d452b 100644 --- a/site/.vuepress/public/specs/api.yaml +++ b/site/.vuepress/public/specs/api.yaml @@ -813,6 +813,10 @@ paths: type: string example: signer1 description: The value that identify the signer in the authentication method + mandatory: + type: integer + example: 1 + description: is this sign method mandatory? uid: type: string nullable: true @@ -1026,6 +1030,10 @@ paths: type: string example: signer1 description: The value that identify the signer in the authentication method + mandatory: + type: integer + example: 1 + description: is this sign method mandatory? uid: type: string nullable: true @@ -1654,6 +1662,10 @@ paths: type: string example: signer1 description: The value that identify the signer in the authentication method + mandatory: + type: integer + example: 1 + description: is this sign method mandatory? email: type: string format: email @@ -1832,6 +1844,10 @@ paths: type: string example: signer1 description: The value that identify the signer in the authentication method + mandatory: + type: integer + example: 1 + description: is this sign method mandatory? email: type: string format: email @@ -2003,6 +2019,10 @@ paths: type: string example: signer1 description: The value that identify the signer in the authentication method + mandatory: + type: integer + example: 1 + description: is this sign method mandatory? email: type: string format: email