Skip to content

Commit 3831798

Browse files
committed
fix: save production data with empty temp_documentation.json
1 parent 03ff875 commit 3831798

File tree

1 file changed

+1
-149
lines changed

1 file changed

+1
-149
lines changed
Lines changed: 1 addition & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -1,149 +1 @@
1-
{
2-
"openapi": "3.1.0",
3-
"servers": [
4-
{
5-
"url": "http:\/\/localhost"
6-
}
7-
],
8-
"paths": {
9-
"\/api\/users": {
10-
"get": {
11-
"tags": [
12-
"api"
13-
],
14-
"produces": [
15-
"application\/json"
16-
],
17-
"parameters": [],
18-
"responses": {
19-
"200": {
20-
"description": "OK",
21-
"content": {
22-
"application\/json": {
23-
"schema": {
24-
"$ref": "#\/components\/schemas\/getApiusers200ResponseObject",
25-
"type": "object"
26-
},
27-
"example": {
28-
"current_page": 1,
29-
"data": [
30-
{
31-
"id": 1,
32-
"first_name": "Billy",
33-
"last_name": "Coleman",
34-
"email": "billy.coleman@example.com",
35-
"created_at": null,
36-
"updated_at": null,
37-
"role_id": 1,
38-
"date_of_birth": "1986-05-20",
39-
"phone": "+79535482530",
40-
"position": "admin",
41-
"starts_on": "2022-04-16 00:00:00",
42-
"hr_id": null,
43-
"manager_id": null,
44-
"lead_id": null,
45-
"avatar_id": null,
46-
"deleted_at": null,
47-
"company_id": 1
48-
}
49-
],
50-
"first_page_url": "http:\/\/localhost\/api\/users?page=1",
51-
"from": 1,
52-
"last_page": 1,
53-
"last_page_url": "http:\/\/localhost\/api\/users?page=1",
54-
"links": [
55-
{
56-
"url": null,
57-
"label": "« Previous",
58-
"active": false
59-
},
60-
{
61-
"url": "http:\/\/localhost\/api\/users?page=1",
62-
"label": "1",
63-
"active": true
64-
},
65-
{
66-
"url": null,
67-
"label": "Next »",
68-
"active": false
69-
}
70-
],
71-
"next_page_url": null,
72-
"path": "http:\/\/localhost\/api\/users",
73-
"per_page": 20,
74-
"prev_page_url": null,
75-
"to": 1,
76-
"total": 1
77-
}
78-
}
79-
}
80-
}
81-
},
82-
"security": [],
83-
"description": "",
84-
"consumes": []
85-
}
86-
}
87-
},
88-
"components": {
89-
"schemas": {
90-
"getApiusers200ResponseObject": {
91-
"type": "object",
92-
"properties": {
93-
"current_page": {
94-
"type": "integer"
95-
},
96-
"data": {
97-
"type": "array"
98-
},
99-
"first_page_url": {
100-
"type": "string"
101-
},
102-
"from": {
103-
"type": "integer"
104-
},
105-
"last_page": {
106-
"type": "integer"
107-
},
108-
"last_page_url": {
109-
"type": "string"
110-
},
111-
"links": {
112-
"type": "array"
113-
},
114-
"next_page_url": {
115-
"nullable": true
116-
},
117-
"path": {
118-
"type": "string"
119-
},
120-
"per_page": {
121-
"type": "integer"
122-
},
123-
"prev_page_url": {
124-
"nullable": true
125-
},
126-
"to": {
127-
"type": "integer"
128-
},
129-
"total": {
130-
"type": "integer"
131-
}
132-
}
133-
}
134-
}
135-
},
136-
"info": {
137-
"description": "This is automatically collected documentation",
138-
"version": "0.0.0",
139-
"title": "Name of Your Application",
140-
"termsOfService": "",
141-
"contact": {
142-
"email": "your@mail.com"
143-
},
144-
"license": {
145-
"name": "",
146-
"url": ""
147-
}
148-
}
149-
}
1+
{"openapi":"3.1.0","servers":[{"url":"http:\/\/localhost"}],"paths":{"\/api\/users":{"get":{"tags":["api"],"produces":["application\/json"],"parameters":[],"responses":{"200":{"description":"OK","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/getApiusers200ResponseObject","type":"object"},"example":{"current_page":1,"data":[{"id":1,"first_name":"Billy","last_name":"Coleman","email":"billy.coleman@example.com","created_at":null,"updated_at":null,"role_id":1,"date_of_birth":"1986-05-20","phone":"+79535482530","position":"admin","starts_on":"2022-04-16 00:00:00","hr_id":null,"manager_id":null,"lead_id":null,"avatar_id":null,"deleted_at":null,"company_id":1}],"first_page_url":"http:\/\/localhost\/api\/users?page=1","from":1,"last_page":1,"last_page_url":"http:\/\/localhost\/api\/users?page=1","links":[{"url":null,"label":"« Previous","active":false},{"url":"http:\/\/localhost\/api\/users?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"next_page_url":null,"path":"http:\/\/localhost\/api\/users","per_page":20,"prev_page_url":null,"to":1,"total":1}}}}},"security":[],"description":"","consumes":[]}}},"components":{"schemas":{"getApiusers200ResponseObject":{"type":"object","properties":{"current_page":{"type":"integer"},"data":{"type":"array"},"first_page_url":{"type":"string"},"from":{"type":"integer"},"last_page":{"type":"integer"},"last_page_url":{"type":"string"},"links":{"type":"array"},"next_page_url":{"nullable":true},"path":{"type":"string"},"per_page":{"type":"integer"},"prev_page_url":{"nullable":true},"to":{"type":"integer"},"total":{"type":"integer"}}}}},"info":{"description":"This is automatically collected documentation","version":"0.0.0","title":"Name of Your Application","termsOfService":"","contact":{"email":"your@mail.com"},"license":{"name":"","url":""}}}

0 commit comments

Comments
 (0)