Ticket #168 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

add version call

Reported by: MC-arjen Owned by:
Priority: major Milestone: MediaMosa 1.6
Component: Core Version: Tested and Accepted
Keywords: Cc:
MoSCoW: Estimated time after impact analysis:
Related to project: none Tested:
Accepted: yes Estimated Hours:

Description

We need a rest call that only returns the current version.

Change History

Changed 2 years ago by MC-arjen

  • status changed from new to closed
  • resolution set to fixed

The rest is : /version [GET]

<response>
<header>
<item_count>1</item_count>
<request_process_time>0.001</request_process_time>
<request_result>success</request_result>
<request_result_description/>
<request_result_id>601</request_result_id>
<request_uri>[GET] version</request_uri>
<vpx_version>1.6.1</vpx_version>
</header>
<items>

<item id="1">

<version>1.6.1</version>

</item>

</items>
</response>

documentation: http://mediamosa.org/api/version

fixed in 1.6.1

Changed 2 years ago by Michiel.Schok

  • accepted changed from no to yes

OK

Changed 2 years ago by Frans

  • version set to Tested and Accepted
Note: See TracTickets for help on using tickets.