targetFormatLogo_upload

POST /orgs/{oid}/targetformats/{tfid}/logo/{logoId}/{fileName}

Upload a logo for a target format.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_formats_administrate

URI Parameters

  • fileName (required): the name of the logo binary
  • oid (required): the id of the org
  • tfid (required): the id of the targetFormat
  • logoId (required): the id of the target format logo

HTTP Request Body Parameters

The file to upload.

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/targetformats/{tfid}/logo/{logoId}/{fileName}" -X POST \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"-H "Content-type: application/xml" --data-binary "@binaryFilePath"