liubao68 edited a comment on issue #690:
URL:
https://github.com/apache/servicecomb-service-center/issues/690#issuecomment-692643953
I mean
```
parameters:
- name: x-domain-name
in: header
type: string
default: default
- name: x-resource-revsion
in: header
type: string
```
x-resource-revsion is useless. And it is a response header. In request maybe
a mistake.
This API has another query paramter
```
- name: rev
in: query
description: 客户端缓存版本号。
type: string
```
This is revision. Not x-resource-revsion
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]