TSS Repository Server Version ============================= .. code-block:: http /api/repositories/{repository}/version .. csv-table:: :header: Parameter, Type, Purpose :widths: 20, 20, 60 :stub-columns: 1 repository, String, The repository name Get ~~~ .. http:get:: /api/repositories/(string:repository)/version :synopsis: Lists the TSS Repository Server version Lists the TSS Repository Server version .. code-block:: http GET /api/repositories/jupiter/version HTTP/1.1 Accept: application/json .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error 404, No repository with that name. 500, Server error The response is a JSON string that includes the product version and build number: .. code-block:: json { "serverVersion": "spf-15-0-0_15022" }