Versions Compared

Key

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

...

Code Block
languagexml
titleuploadFile
<podio.uploadFile>
	<apiUrl>{$url:apiUrl}</apiUrl>
</podio.uploadFile>
Properties
  • apiUrl: The URL to access the Podio API.

    Info
    titleNote

    The authorization header has to be passed by the user.

Sample request

Following is a sample REST/JSON request that can be handled by the uploadFile operation.

Code Block
languagexml
titleSample Request for uploadFile
http://localhost:8280/services/podio_uploadFile?apiUrl=https://api.podio.com&user=user@gmail.com
Related Podio Documentation

...