POST /files/upload_sessions/:id/commit with a list of uploaded
parts to commit.
Additionally, any file
attributes can be passed along with the parts to
further add information to the file. See the POST /files/content
API for more details.Response
When successful, the API returns a HTTP201 Created status code with a
File object.
In some cases, creating the parts might not be ready yet and the API will return
a 202 Accepted status code instead. In this case the application should check
the retry-after header and retry committing after the number of seconds
specified.
