Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An HTTP 201(Created) status response indicates a successful request. The result in JSON format will contain the ID of the temporary attached file that you can use to create a new document of type File. See the Creating a new document or folder section above.

Code Block
languagejson
{
  "name": "myfile.txt",
  "id": "7214177218780006431"
}

...