Workhorse authorize the Conan recipe file
PUT
/api/v4/packages/conan/v1/files/{package_name}/{package_version}/{package_username}/{package_channel}/{recipe_revision}/export/{file_name}/authorize
Authorizes the Conan recipe file.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” package_name
required
string
Package name
Example
my-package package_version
required
string
Package version
Example
1.0 package_username
required
string
Package username
Example
my-group+my-project package_channel
required
string
Package channel
Example
stable recipe_revision
required
string
Conan Recipe Revision
Example
0 file_name
required
string
Package file name
Example
conanfile.pyResponses
Section titled “ Responses ”OK
Bad Request
Unauthorized
Forbidden
Not Found