Skip to content

Commit

Permalink
GMP doc: add HR_NAME to PREFERENCE in GET_CONFIGS response
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Jul 11, 2024
1 parent 9571f0a commit db66056
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10307,6 +10307,7 @@ END:VCALENDAR
<pattern>
<e>nvt</e>
<e>name</e>
<o><e>hr_name</e></o>
<e>id</e>
<e>type</e>
<e>value</e>
Expand Down Expand Up @@ -10335,6 +10336,11 @@ END:VCALENDAR
<summary>The compact name of the preference as used by the scanner</summary>
<pattern><t>name</t></pattern>
</ele>
<ele>
<name>hr_name</name>
<summary>The human readable name of the preference</summary>
<pattern><t>name</t></pattern>
</ele>
<ele>
<name>id</name>
<summary>The ID of the preference</summary>
Expand Down

0 comments on commit db66056

Please sign in to comment.