Skip to content

Commit

Permalink
Merge pull request #2225 from greenbone/gmp-doc-create-rf
Browse files Browse the repository at this point in the history
GMP doc: add NAME to CREATE_REPORT_FORMAT
  • Loading branch information
a-h-abdelsalam authored Jun 17, 2024
2 parents 2701f84 + 389781b commit 95e7336
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5050,13 +5050,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
The client uses the create_report_format command to create a new report
format.
</p>
<p>
Element "name" only applies when "copy" is given.
</p>
</description>
<pattern>
<o><e>name</e></o>
<or>
<e>copy</e>
<r>get_report_formats</r>
</or>
</pattern>
<ele>
<name>name</name>
<summary>A name for the report format</summary>
<pattern><t>name</t></pattern>
</ele>
<ele>
<name>copy</name>
<summary>The UUID of an existing report format</summary>
Expand Down

0 comments on commit 95e7336

Please sign in to comment.