Bug 484670

Summary: API documentation wording incorrect for channel.removePackages
Product: [Community] Spacewalk Reporter: Laurence Hurst <l.a.hurst>
Component: WebUIAssignee: John Matthews <jmatthew>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: low Docs Contact:
Priority: low    
Version: 0.4CC: jmatthew, l.a.hurst
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-10 12:05:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 456554    

Description Laurence Hurst 2009-02-09 13:19:39 UTC
Description of problem:
API documentation for 'channel.removePackages' states that it takes an array as an argument 'int - packageId - id of a package to add to the channel.'. This should read 'int - packageId - id of a package to remove from the channel.'.

Version-Release number of selected component (if applicable):
0.4

How reproducible:
ALWAYS

Steps to Reproduce:
Examine the documentation installed. (http://yourspacewalkserver.fqdn/rhn/apidoc/handlers/ChannelSoftwareHandler.jsp#removePackages)
  
Actual results:
API documentation for channel.removePackages states that it takes an array as an argument 'int - packageId - id of a package to add to the channel.'.

Expected results:
API documentation for channel.removePackages states that it takes an array as an argument 'int - packageId - id of a package to remove from the channel.'.

Additional info:

Comment 1 Miroslav Suchý 2009-09-10 12:05:18 UTC
Spacewalk 0.6 released