From af1cfd8139aa9b9cb4e699b2bacca4a36609a83b Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 22 May 2025 15:05:23 +0530 Subject: [PATCH] Doc: Update output of Org/Proj creation APIs (#2761) --- docs/openapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index 0ebeb7df..0ef307bd 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -2316,6 +2316,11 @@ "message": { "type": "string", "example": "Organization created successfully." + }, + "org_id": { + "type": "string", + "format": "uuid", + "description": "Unique identifier for the organization" } } } @@ -3199,6 +3204,11 @@ "message": { "type": "string", "example": "Project created successfully." + }, + "project_id": { + "type": "string", + "format": "uuid", + "description": "Unique identifier for the project" } } }