Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -8134,12 +8134,6 @@
},
{
"$ref": "#/components/parameters/id"
},
{
"$ref": "#/components/parameters/page"
},
{
"$ref": "#/components/parameters/per_page"
}
],
"responses": {
Expand All @@ -8153,9 +8147,6 @@
"type": "object",
"title": "locale_preview",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
Expand All @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions paths/accounts/locales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions schemas/account_locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ account_locale:
type: object
title: locale_preview
properties:
id:
type: string
name:
type: string
code:
type: string
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'
Expand Down
Loading