-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #7028 - fixing api docs for orgs #4603
Conversation
👍 looks good, fixed the issue. Thanks! |
@@ -51,6 +53,7 @@ def show | |||
param :id, :identifier, :desc => N_("organization ID"), :required => true | |||
param :description, String, :desc => N_("description of the organization"), :required => false | |||
param :redhat_repository_url, String, :desc => N_("Redhat CDN url") | |||
param_group :resource, ::Api::V2::TaxonomiesController |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is only necessary for update
and create
?
edit: answered my own question. carry on!
ack |
waiting on theforeman/foreman#1707 |
Tests are green: http://ci.theforeman.org/job/test_katello_pull_request/4133/ (run manually) |
[test] |
ACK |
@jlsherrill so this is good? |
Fixes #7028 - fixing api docs for orgs
Adding all taxonomy parameters inherited from Foreman. Important for the CLI to build the parameters correctly.
Requires:
Apipie/apipie-rails#280MERGED; apipie-rails 0.2.5 built and releasedtheforeman/foreman#1707