Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshchang committed Nov 30, 2023
1 parent 194fd25 commit fafe436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
22 changes: 5 additions & 17 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,6 @@
"$ref": "#/components/schemas/project_short"
}
},
"account": {
"$ref": "#/components/schemas/account"
},
"created_at": {
"type": "string",
"format": "date-time"
Expand All @@ -755,6 +752,8 @@
"username": "joe.doe",
"name": "Joe Doe"
},
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"projects": [
{
"id": "abcd1234cdef1234abcd1234cdef1234",
Expand All @@ -763,18 +762,7 @@
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}
],
"account": {
"id": "abcd1234",
"name": "Company Account",
"slug": "company_account",
"company": "My Awesome Company",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"company_logo_url": "http://assets.example.com/company_logo.png"
},
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
]
}
},
"key_preview": {
Expand Down Expand Up @@ -6182,7 +6170,7 @@
"get": {
"summary": "Get a single property",
"description": "Get details of a single custom property.",
"operationId": "custom_metadata_label/show",
"operationId": "custom_metadata_property/show",
"tags": [
"Custom Metadata"
],
Expand Down Expand Up @@ -6212,7 +6200,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/custom_metadata_label"
"$ref": "#/components/schemas/custom_metadata_property"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions paths/custom_metadata_properties/show.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
summary: Get a single property
description: Get details of a single custom property.
operationId: custom_metadata_label/show
operationId: custom_metadata_property/show
tags:
- Custom Metadata
parameters:
Expand All @@ -20,7 +20,7 @@ responses:
content:
application/json:
schema:
"$ref": "../../schemas/custom_metadata_label.yaml#/custom_metadata_label"
"$ref": "../../schemas/custom_metadata_property.yaml#/custom_metadata_property"
headers:
X-Rate-Limit-Limit:
"$ref": "../../headers.yaml#/X-Rate-Limit-Limit"
Expand Down

0 comments on commit fafe436

Please sign in to comment.