gpt4 book ai didi

rest - 为我们在 Apiary.io 中的每个响应指定描述

转载 作者:行者123 更新时间:2023-12-04 11:53:46 25 4
gpt4 key购买 nike

是否可以为某个请求的每个响应指定描述?假设,我们有一个请求

### Retrieve resource [GET]

+ Headers

If-None-Match: "Version1"

和 2 个回复
+ Response 200 (application/xml)

+ Headers

ETag: "Version2"

+ Body

<Xml>
<A>
<B />
<C />
</A>
</Xml>

+ Response 304 (application/xml)

我想要的是在此处指定描述(请注意 + Response 行下的注释):
+ Response 200 (application/xml)
In case if the resource hasn't changed

+ Headers

ETag: "Version2"

+ Body

<Xml>
<A>
<B />
<C />
</A>
</Xml>

+ Response 304 (application/xml)
In case if the resource has changed

是否可以?

最佳答案

目前没有办法在 API Blueprint 中表达这样的逻辑。您始终可以在相应的响应中或在 Action 本身下“通过口”来描述它。例如:

# Resource [/1]

## Action [GET]

Explanation of this action here.

+ Request

...

+ Response 200

Explanation of this response.

+ Headers

...

+ Body

...

+ Response 304

Explanation of this response.

+ Headers

...

请注意,为了支持内容协商,在不久的将来很可能会有一些有限的分支支持。

关于rest - 为我们在 Apiary.io 中的每个响应指定描述,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19374197/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com