NAME
OpenAPI::Client::OpenAI::Path::skills-skill_id-versions-version-content - Documentation for the /skills/{skill_id}/versions/{version}/content path.
OPERATIONS
GET /skills/{skill_id}/versions/{version}/content
GetSkillVersionContent
$client->get_skill_version_content({
body => { ... },
});
Download a skill version zip bundle.
Path/query parameters
skill_id(in path, required, string) - The identifier of the skill.version(in path, required, string) - The skill version number.
Responses
200 - The skill zip bundle.
Content-Type: application/json
Example:
"string"
Content-Type: application/zip
Example:
"string"
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (C) 2023-2026 by Nelson Ferraz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.0 or, at your option, any later version of Perl 5 you may have available.