From da128b0b2ff91573b35ba7723f8934446071545e Mon Sep 17 00:00:00 2001 From: Samudranil Date: Thu, 4 Dec 2025 11:05:47 +0530 Subject: [PATCH] payload change in no show api --- api-reference/doc-tool/doc-tool.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/api-reference/doc-tool/doc-tool.yaml b/api-reference/doc-tool/doc-tool.yaml index ef78ebb8..21c122f5 100644 --- a/api-reference/doc-tool/doc-tool.yaml +++ b/api-reference/doc-tool/doc-tool.yaml @@ -4926,7 +4926,16 @@ paths: schema: type: string example: '1' - + requestBody: + description: '' + content: + application/json: + schema: + type: object + properties: + status: + type: string + example: 'NS' responses: '200': description: OK