projectLicense_upload

POST /orgs/{oid}/projects/{pid}/licenses/{lid}/{fileName}

Uploads a license file for a project. This request is similar to projectLicense_uploadChunk

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_projects_administrate

URI Parameters

  • fileName (required): the file name of the license
  • lid (required): the id of the license
  • pid (required): the id of the project
  • oid (required): the id of the org

HTTP Request Body Parameters

The file to upload.

Example Request

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