API REST ¶
Swagger UI for ubTrace API: /spec/ui/ubtrace_api.yml
OpenAPI Spec file ¶
swagger: '2.0'
info:
title: ubTrace App REST API
version: '1.0.0'
paths:
/api/ukc:
$ref: 'ukc_api_parts.yml#/paths/~1dev~1ukc'
/api/ukc/{id}:
$ref: 'ukc_api_parts.yml#/paths/~1dev~1ukc~1{id}'
/api/ukc/{id}/download:
$ref: 'ukc_api_parts.yml#/paths/~1dev~1ukc~1{id}~1download'
definitions:
Error:
type: object
properties:
code:
type: string
description: A unique identifier of error.
message:
type: string
description: A human readable error message.