From e38933c0b399d286cff12f5ce1e8e845660dcf25 Mon Sep 17 00:00:00 2001 From: Ashley Hutson Date: Thu, 26 Jan 2023 19:32:44 -0800 Subject: [PATCH] Include Id on project The project should have its id exposed. --- docs/spec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/spec.yaml b/docs/spec.yaml index f715c5d7b..3d5ca4d7d 100644 --- a/docs/spec.yaml +++ b/docs/spec.yaml @@ -2317,6 +2317,9 @@ components: Project: type: object properties: + _id: + type: string + example: '' name: type: string example: My Project