From b400e827b09d1f68445365dd05b5354a7e356f78 Mon Sep 17 00:00:00 2001 From: Anthony Chang Date: Wed, 6 Dec 2023 13:57:03 +0100 Subject: [PATCH] fix project_id example --- doc/compiled.json | 4 +--- paths/custom_metadata_properties/index.yaml | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index 9a65310a..4ece23fd 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -6095,9 +6095,7 @@ }, { "description": "id of project that the properties belong to", - "example": [ - "abcd1234cdef1234abcd1234cdef1234" - ], + "example": "abcd1234cdef1234abcd1234cdef1234", "name": "project_id", "in": "query", "schema": { diff --git a/paths/custom_metadata_properties/index.yaml b/paths/custom_metadata_properties/index.yaml index 34c84720..eaffd586 100644 --- a/paths/custom_metadata_properties/index.yaml +++ b/paths/custom_metadata_properties/index.yaml @@ -12,8 +12,7 @@ parameters: - "$ref": "../../parameters.yaml#/account_id" - "$ref": "../../parameters.yaml#/custom_metadata_data_type" - description: id of project that the properties belong to - example: - - abcd1234cdef1234abcd1234cdef1234 + example: abcd1234cdef1234abcd1234cdef1234 name: project_id in: query schema: