-
-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathheaders_file1.golden
More file actions
36 lines (36 loc) · 882 Bytes
/
headers_file1.golden
File metadata and controls
36 lines (36 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
swagger: "2.0"
info:
title: ""
version: 0.0.1
host: localhost:80
consumes:
- application/json
- application/xml
- application/gob
produces:
- application/json
- application/xml
- application/gob
paths:
/:
post:
tags:
- test service
summary: test endpoint test service
operationId: test service#test endpoint
parameters:
- name: foo
in: header
required: false
type: integer
format: int64
- name: bar
in: header
required: false
type: integer
format: int64
responses:
"204":
description: No Content response.
schemes:
- http