Skip to content

Commit

Permalink
OTA: Add rails as a supported platform (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke authored Oct 17, 2023
1 parent 063d792 commit 5a1a51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -7704,7 +7704,7 @@
"example": "abcd1234abcd1234abcd1234"
},
"platforms": {
"description": "List of platforms the distribution should support.\nValid values are:\n* `android`\n* `ios`\n* `flutter`\n* `i18next`",
"description": "List of platforms the distribution should support.\nValid values are:\n* `android`\n* `ios`\n* `flutter`\n* `i18next`\n* `rails`",
"type": "array",
"items": {
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions paths/distributions/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ requestBody:
* `ios`
* `flutter`
* `i18next`
* `rails`
type: array
items:
type: string
Expand Down

0 comments on commit 5a1a51d

Please sign in to comment.