-
Notifications
You must be signed in to change notification settings - Fork 0
/
openapi.yaml
79 lines (79 loc) · 2.31 KB
/
openapi.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
info:
description: Generated API documentation from Hoppscotch collection.
title: Puppet Master
version: 1.0.0
openapi: 3.0.0
paths:
https://puppet-master.internal.codebuckets.in/pdf:
post:
parameters:
- in: header
name: x-api-key
required: true
schema:
type: string
requestBody:
content:
application/json:
example:
task:
content: <!DOCTYPE html><html><head><title>Page Title</title></head><body><h1>This
is a Heading</h1><p>This is a paragraph.</p></body></html>
launchOptions:
args:
- --no-sandbox
otherPageFunctions:
- - waitForNetworkIdle
- - concurrency: 0
pageOptions:
waitUntil: networkidle0
pdfOptions:
format: A4
printBackground: true
schema:
properties:
task:
properties:
content:
type: string
launchOptions:
properties:
args:
items:
type: string
type: array
type: object
otherPageFunctions:
items:
items:
type: string
type: array
type: array
pageOptions:
properties:
waitUntil:
type: string
type: object
pdfOptions:
properties:
format:
type: string
printBackground:
type: number
type: object
type: object
type: object
required: true
responses:
'200':
content:
application/json:
example: ''
schema:
properties: {}
type: object
description: OK
summary: pdf
tags: []
servers:
- url: ''