Skip to content

Commit

Permalink
Deploying from phrase/openapi@d9129f2b
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Feb 23, 2023
1 parent 06b7c38 commit 93323ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/JobTemplateLocales.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Name | Type | Description | Notes
**id** | **String** | | [optional]
**job_template** | [**JobTemplatePreview**](JobTemplatePreview.md) | | [optional]
**locale** | [**LocalePreview**](LocalePreview.md) | | [optional]
**users** | [**Array<Items>**](Items.md) | | [optional]
**teams** | [**Array<Items>**](Items.md) | | [optional]
**users** | [**Array<LocaleUserPreview>**](LocaleUserPreview.md) | | [optional]
**teams** | [**Array<LocaleTeamPreview>**](LocaleTeamPreview.md) | | [optional]

## Code Sample

Expand Down
4 changes: 2 additions & 2 deletions lib/phrase/models/job_template_locales.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def self.openapi_types
:'id' => :'String',
:'job_template' => :'JobTemplatePreview',
:'locale' => :'LocalePreview',
:'users' => :'Array<Items>',
:'teams' => :'Array<Items>'
:'users' => :'Array<LocaleUserPreview>',
:'teams' => :'Array<LocaleTeamPreview>'
}
end

Expand Down

0 comments on commit 93323ba

Please sign in to comment.