Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 853 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 853 Bytes
description
Description

Initial page

Hello World!

An edit via github.

{% api-method method="post" host="https://example.com/api/v1/foo" path="" %} {% api-method-summary %} Create foo
{% endapi-method-summary %}

{% api-method-description %}

{% endapi-method-description %}

{% api-method-spec %} {% api-method-request %} {% api-method-path-parameters %} {% api-method-parameter name="foo" type="string" required=false %} foo description {% endapi-method-parameter %} {% endapi-method-path-parameters %} {% endapi-method-request %}

{% api-method-response %} {% api-method-response-example httpCode=200 %} {% api-method-response-example-description %}

{% endapi-method-response-example-description %}

{ "bar": 1 }

{% endapi-method-response-example %} {% endapi-method-response %} {% endapi-method-spec %} {% endapi-method %}