我试图弄清楚如何描述/定义POST/PUT的请求主体属性/参数。下面是我想要做的事情的一个例子,但是我在文档中找不到它(我希望有一种方法可以查看任何公共Apiary的标记):http://docs.bynder.apiary.io/#reference/metaproperties/metaproperty-access/save-new-metaproperty
请参阅“请求”部分下的描述和属性定义?我该怎么做?
发布于 2015-02-24 08:42:41
下面是他们可能是如何做到的。请查看https://github.com/apiaryio/api-blueprint的API规范以了解更多信息。
+ Request (application/json)
You can have any description here. This is based on markdown.
+ Even a list
+ `name` Name of the metaproperty, should be alphanumeric only. Uneditable.
+ Body
{
"name": "app"
}https://stackoverflow.com/questions/28691086
复制相似问题