diff --git a/doc/compiled.json b/doc/compiled.json index 9c3973048..660b05b94 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -8134,12 +8134,6 @@ }, { "$ref": "#/components/parameters/id" - }, - { - "$ref": "#/components/parameters/page" - }, - { - "$ref": "#/components/parameters/per_page" } ], "responses": { @@ -8153,9 +8147,6 @@ "type": "object", "title": "locale_preview", "properties": { - "id": { - "type": "string" - }, "name": { "type": "string" }, @@ -8167,11 +8158,9 @@ } }, "example": { - "id": "abcd1234cdef1234abcd1234cdef1234", "name": "English", "code": "en-GB", "project": { - "id": "abcd1234cdef1234abcd1234cdef1234", "name": "My Android Project", "main_format": "xml", "created_at": "2015-01-28T09:52:53Z", diff --git a/paths/accounts/locales.yaml b/paths/accounts/locales.yaml index 5d13a6c30..94289e322 100644 --- a/paths/accounts/locales.yaml +++ b/paths/accounts/locales.yaml @@ -7,8 +7,6 @@ tags: parameters: - "$ref": "../../parameters.yaml#/X-PhraseApp-OTP" - "$ref": "../../parameters.yaml#/id" -- "$ref": "../../parameters.yaml#/page" -- "$ref": "../../parameters.yaml#/per_page" responses: '200': description: OK diff --git a/schemas/account_locale.yaml b/schemas/account_locale.yaml index 982a3efbf..0ef7c86a9 100644 --- a/schemas/account_locale.yaml +++ b/schemas/account_locale.yaml @@ -3,8 +3,6 @@ account_locale: type: object title: locale_preview properties: - id: - type: string name: type: string code: @@ -12,11 +10,9 @@ account_locale: project: "$ref": "./project_short.yaml#/project_short" example: - id: abcd1234cdef1234abcd1234cdef1234 name: English code: en-GB project: - id: abcd1234cdef1234abcd1234cdef1234 name: My Android Project main_format: xml created_at: '2015-01-28T09:52:53Z'