Skip to content

Commit

Permalink
GMP doc: use realistic example for DESCRIBE_AUTH
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Jun 19, 2024
1 parent 3c1449d commit 13fc5c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
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

0 comments on commit 13fc5c8

Please sign in to comment.