Description:
Get latest version of your product
URL: api/v1/version/latest
Parameters:
Name | Data Type | Required / Optional | Description |
title | String | Required | Name of your product |
HTTP Method: GET
Response Format: JSON
Response:
Returns JSON which contains below response
Success Response:
{ "version": "1.9.18" }
Validation Failed Response:
{ "error": { "title": [ "The title field is required." ] } }
Possible Errors/Failures:
{ "error": "message" }