Skip to content

Commit

Permalink
fix project_id example
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Dec 6, 2023
1 parent dcd320e commit b400e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -6095,9 +6095,7 @@
},
{
"description": "id of project that the properties belong to",
"example": [
"abcd1234cdef1234abcd1234cdef1234"
],
"example": "abcd1234cdef1234abcd1234cdef1234",
"name": "project_id",
"in": "query",
"schema": {
Expand Down
3 changes: 1 addition & 2 deletions paths/custom_metadata_properties/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b400e82

Please sign in to comment.