Skip to content

Commit

Permalink
Fix: GMP doc: remove SCANNER from CREATE_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Jun 14, 2024
1 parent a2cb9d0 commit 75ddedc
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<or>
<e>copy</e>
<r>get_configs</r>
<e>scanner</e>
</or>
<e>name</e>
<o><e>usage_type</e></o>
Expand All @@ -3750,13 +3749,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<t>uuid</t>
</pattern>
</ele>
<ele>
<name>scanner</name>
<summary>The UUID of an OSP scanner to get config data from</summary>
<pattern>
<t>uuid</t>
</pattern>
</ele>
<ele>
<name>name</name>
<summary>A name for the config</summary>
Expand Down Expand Up @@ -3823,20 +3815,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</create_config_response>
</response>
</example>
<example>
<summary>Create an OSP config from a scanner</summary>
<request>
<create_config>
<name>Full</name>
<scanner>daba56c8-73ec-11df-a475-002264764cea</scanner>
</create_config>
</request>
<response>
<create_config_response status="201" status_text="OK, resource created"
id="254cd3ef-bbe1-4d58-859d-21b8d0c046c6">
</create_config_response>
</response>
</example>
</command>
<command>
<name>create_credential</name>
Expand Down

0 comments on commit 75ddedc

Please sign in to comment.