Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMP doc: add NAME to CREATE_REPORT_FORMAT #2225

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

mattmundell
Copy link
Contributor

What

Add element NAME to the GMP doc for CREATE_REPORT_FORMAT.

Why

Element was missing.

Example

Copy with NAME:

$ o m m '<create_report_format><name>Example</name><copy>5057e5cc-b825-11e4-9d0e-28d24461215b</copy></create_report_format>'
<create_report_format_response status="201" status_text="OK, resource created" id="d3dfac4c-378f-4e58-a781-1aa8f5d25066" />

See that name was used:

$ o m m '<get_report_formats report_format_id="d3dfac4c-378f-4e58-a781-1aa8f5d25066"/>'
<get_report_formats_response status="200" status_text="OK">
  <report_format id="d3dfac4c-378f-4e58-a781-1aa8f5d25066">
    <name>Example</name>

@mattmundell mattmundell requested a review from a team as a code owner June 16, 2024 22:52
Copy link

Conventional Commits Report

😢 No conventional commits found.

👉 Learn more about the conventional commits usage at Greenbone.

@a-h-abdelsalam a-h-abdelsalam merged commit 95e7336 into main Jun 17, 2024
11 checks passed
@a-h-abdelsalam a-h-abdelsalam deleted the gmp-doc-create-rf branch June 17, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants