Skip to content
Closed
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
5 changes: 5 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -12938,6 +12938,11 @@
"schema": {
"type": "object",
"title": "upload/create/parameters",
"required": [
"file",
"file_format",
"locale_id"
],
"properties": {
"branch": {
"description": "specify the branch to use",
Expand Down
4 changes: 4 additions & 0 deletions paths/uploads/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ requestBody:
schema:
type: object
title: upload/create/parameters
required:
- file
- file_format
- locale_id
properties:
branch:
description: specify the branch to use
Expand Down