Doc: Update output of Org/Proj creation APIs (#2761)

This commit is contained in:
Dev Khant
2025-05-22 15:05:23 +05:30
committed by GitHub
parent f5c3804f79
commit af1cfd8139

View File

@@ -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"
}
}
}