Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Add documentation of solution method in OSP API
Browse files Browse the repository at this point in the history
  • Loading branch information
janowagner committed Oct 29, 2019
1 parent 68171d3 commit e6a25d7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion doc/OSP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<name>Open Scanner Protocol</name>
<abbreviation>OSP</abbreviation>
<summary>The Open Scanner Protocol</summary>
<version>1.2</version>
<version>20.04</version>

<!-- Types. -->

Expand Down Expand Up @@ -945,6 +945,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<summary>Solution type, for example "VendorFix"</summary>
<type>string</type>
</attrib>
<attrib>
<name>method</name>
<summary>Solution method, for example "DebianAPTUpgrade"</summary>
<type>string</type>
</attrib>
</pattern>
</ele>
<ele>
Expand Down Expand Up @@ -1293,6 +1298,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<summary>An ovaldef file's content that is base64 encoded</summary>
</parameter_type>

<change>
<command>GET_VTS</command>
<summary>Returned object extended with solution method</summary>
<description>
The element SOLUTION of the returned VT object has a new optional attribute METHOD
that describes the solution method in case the VT offers such a detail.
</description>
<version>20.04</version>
</change>

<change>
<command>GET_VTS</command>
<summary>command added</summary>
Expand Down

0 comments on commit e6a25d7

Please sign in to comment.