Platform-specific UI Schema

get/1/platform-schemas/{platform}

Response

Success

Example response

{
  "data": {
    "platform": "STEAM",
    "description": "STEAM",
    "fields": [
      {
        "name": "branchName",
        "label": "Branch Name",
        "description": "Name of the branch that contains the build",
        "valueType": "string",
        "inputType": "text",
        "placeholder": "Enter branch name here",
        "maxLength": 50,
        "sortOrder": 10
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.