Skip to content

Commit

Permalink
docs: correct upload create docs (add required fields)
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaxik committed Oct 19, 2023
1 parent 3621400 commit 37a3c87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -12908,6 +12908,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

0 comments on commit 37a3c87

Please sign in to comment.