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: improve DESCRIBE_AUTH #2231

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6451,7 +6451,7 @@ END:VCALENDAR
</pattern>
</response>
<example>
<summary>Delete a asset</summary>
<summary>Delete an asset</summary>
<request>
<delete_asset asset_id="267a3405-e84a-47da-97b2-5fa0d2e8995e">
</delete_asset>
Expand Down Expand Up @@ -7535,7 +7535,7 @@ END:VCALENDAR
<type>text</type>
<required>1</required>
</attrib>
<e>auth_conf_setting</e>
<any><e>auth_conf_setting</e></any>
</pattern>
<ele>
<name>auth_conf_setting</name>
Expand Down Expand Up @@ -7570,10 +7570,14 @@ END:VCALENDAR
</request>
<response>
<describe_auth_response status="200" status_text="OK">
<group name="Foo">
<group name="method:file">
<auth_conf_setting>
<key>Bar</key>
<value>Baz</value>
<key>enable</key>
<value>true</value>
</auth_conf_setting>
<auth_conf_setting>
<key>order</key>
<value>1</value>
</auth_conf_setting>
</group>
</describe_auth_response>
Expand Down
Loading