/usr/share/obs/docs/api/service.xml is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <?xml version="1.0" encoding="UTF-8"?>
<services>
<service name="verify_file">
<param name="checksum">12312313212</param>
</service>
<service name="download_url" mode="trylocal">
<param name="path">foo</param>
<param name="host">bar</param>
</service>
</services>
|