mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 07:52:34 +00:00
Add endpoint for reading and updating site .env file (#564)
* feat(api): Add endpoint for reading site .env file - Add GET /api/projects/{project}/servers/{server}/sites/{site}/env endpoint - Add feature tests with SSH mocking * added updating env * fix coding style * generate docs --------- Co-authored-by: Saeed Vaziry <mr.saeedvaziry@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
],
|
||||
"info": {
|
||||
"name": "API Documentation",
|
||||
"_postman_id": "a3f834cc-c09b-4ca3-8824-6310bbb83f4e",
|
||||
"_postman_id": "bda1e04e-cc4f-4eae-9beb-dba7c9287038",
|
||||
"description": "VitoDeploy's API documentation.",
|
||||
"schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
|
||||
},
|
||||
@ -101,7 +101,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"command\":\"nisi\",\"user\":\"vito\",\"frequency\":\"* * * * *\"}"
|
||||
"raw": "{\"command\":\"quia\",\"user\":\"root\",\"frequency\":\"* * * * *\"}"
|
||||
},
|
||||
"description": "Create a new cron job."
|
||||
},
|
||||
@ -138,7 +138,7 @@
|
||||
{
|
||||
"id": "cronJob_id",
|
||||
"key": "cronJob_id",
|
||||
"value": "14",
|
||||
"value": "6",
|
||||
"description": "The ID of the cronJob."
|
||||
}
|
||||
]
|
||||
@ -190,7 +190,7 @@
|
||||
{
|
||||
"id": "cronJob_id",
|
||||
"key": "cronJob_id",
|
||||
"value": "9",
|
||||
"value": "13",
|
||||
"description": "The ID of the cronJob."
|
||||
}
|
||||
]
|
||||
@ -265,7 +265,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":null,\"server_id\":null,\"username\":\"lavina.zemlak\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null},{\"id\":null,\"server_id\":null,\"username\":\"hill.cassidy\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":null,\"server_id\":null,\"username\":\"letha64\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null},{\"id\":null,\"server_id\":null,\"username\":\"hagenes.lurline\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -306,7 +306,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"username\":\"tempore\",\"password\":\"!jUv.BBc]X\",\"host\":\"%\"}"
|
||||
"raw": "{\"username\":\"qui\",\"password\":\"xYv*3,#HQ=5<w!\",\"host\":\"%\"}"
|
||||
},
|
||||
"description": "Create a new database user."
|
||||
},
|
||||
@ -314,7 +314,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"server_id\":null,\"username\":\"irwin45\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"server_id\":null,\"username\":\"marcelle95\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -343,7 +343,7 @@
|
||||
{
|
||||
"id": "databaseUser_id",
|
||||
"key": "databaseUser_id",
|
||||
"value": "3",
|
||||
"value": "1",
|
||||
"description": "The ID of the databaseUser."
|
||||
}
|
||||
]
|
||||
@ -366,7 +366,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"server_id\":null,\"username\":\"frederic.koss\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"server_id\":null,\"username\":\"brandi53\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -395,7 +395,7 @@
|
||||
{
|
||||
"id": "databaseUser_id",
|
||||
"key": "databaseUser_id",
|
||||
"value": "12",
|
||||
"value": "4",
|
||||
"description": "The ID of the databaseUser."
|
||||
}
|
||||
]
|
||||
@ -413,7 +413,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"databases\":\"numquam\"}"
|
||||
"raw": "{\"databases\":\"maiores\"}"
|
||||
},
|
||||
"description": "Link to databases"
|
||||
},
|
||||
@ -421,7 +421,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"server_id\":null,\"username\":\"georgiana.hand\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"server_id\":null,\"username\":\"kschmidt\",\"databases\":[],\"host\":\"%\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -450,7 +450,7 @@
|
||||
{
|
||||
"id": "databaseUser_id",
|
||||
"key": "databaseUser_id",
|
||||
"value": "6",
|
||||
"value": "20",
|
||||
"description": "The ID of the databaseUser."
|
||||
}
|
||||
]
|
||||
@ -525,7 +525,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":null,\"server_id\":null,\"name\":\"conn.bridget\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null},{\"id\":null,\"server_id\":null,\"name\":\"aiden47\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":null,\"server_id\":null,\"name\":\"leffler.esther\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null},{\"id\":null,\"server_id\":null,\"name\":\"rhoda.rutherford\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -566,7 +566,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"vel\",\"charset\":\"qui\",\"collation\":\"autem\"}"
|
||||
"raw": "{\"name\":\"quisquam\",\"charset\":\"omnis\",\"collation\":\"at\"}"
|
||||
},
|
||||
"description": "Create a new database."
|
||||
},
|
||||
@ -574,7 +574,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"server_id\":null,\"name\":\"rodolfo.bradtke\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"server_id\":null,\"name\":\"csawayn\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -603,7 +603,7 @@
|
||||
{
|
||||
"id": "id",
|
||||
"key": "id",
|
||||
"value": "17",
|
||||
"value": "8",
|
||||
"description": "The ID of the database."
|
||||
}
|
||||
]
|
||||
@ -626,7 +626,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"server_id\":null,\"name\":\"rhane\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"server_id\":null,\"name\":\"sandrine43\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -655,7 +655,7 @@
|
||||
{
|
||||
"id": "database_id",
|
||||
"key": "database_id",
|
||||
"value": "5",
|
||||
"value": "8",
|
||||
"description": "The ID of the database."
|
||||
}
|
||||
]
|
||||
@ -730,7 +730,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":null,\"name\":\"sit\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":59225,\"source\":\"130.41.114.80\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null},{\"id\":null,\"name\":\"sequi\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":17864,\"source\":\"170.103.31.60\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":null,\"name\":\"ut\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":35499,\"source\":\"177.130.54.250\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null},{\"id\":null,\"name\":\"totam\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":29448,\"source\":\"181.194.26.13\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -771,7 +771,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"eum\",\"type\":\"deny\",\"protocol\":\"udp\",\"port\":\"incidunt\",\"source\":\"quisquam\",\"mask\":\"0\"}"
|
||||
"raw": "{\"name\":\"sapiente\",\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":\"et\",\"source\":\"doloribus\",\"mask\":\"0\"}"
|
||||
},
|
||||
"description": "Create a new firewall rule."
|
||||
},
|
||||
@ -779,7 +779,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"name\":\"consequuntur\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":50101,\"source\":\"133.245.21.1\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"name\":\"omnis\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":54634,\"source\":\"246.242.9.65\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -826,7 +826,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"dolor\",\"type\":\"deny\",\"protocol\":\"tcp\",\"port\":\"qui\",\"source\":\"porro\",\"mask\":\"0\"}"
|
||||
"raw": "{\"name\":\"et\",\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":\"aut\",\"source\":\"et\",\"mask\":\"0\"}"
|
||||
},
|
||||
"description": "Update an existing firewall rule."
|
||||
},
|
||||
@ -834,7 +834,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"name\":\"numquam\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":52010,\"source\":\"159.227.119.185\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"name\":\"consequatur\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":879,\"source\":\"206.106.27.116\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -886,7 +886,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"name\":\"voluptatem\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":5812,\"source\":\"122.105.250.56\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"name\":\"dolores\",\"server_id\":null,\"type\":\"allow\",\"protocol\":\"tcp\",\"port\":4691,\"source\":\"147.108.28.144\",\"mask\":24,\"note\":\"test\",\"status\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1038,7 +1038,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":3,\"name\":\"Selina Wintheiser DDS\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"},{\"id\":4,\"name\":\"Shanna Deckow\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":3,\"name\":\"Mr. Drake Nader\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"},{\"id\":4,\"name\":\"Wilhelmine Jacobson\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1065,7 +1065,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"quibusdam\"}"
|
||||
"raw": "{\"name\":\"dignissimos\"}"
|
||||
},
|
||||
"description": "Create a new project."
|
||||
},
|
||||
@ -1073,7 +1073,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":3,\"name\":\"Mr. Johathan Koch\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"}",
|
||||
"body": "{\"id\":3,\"name\":\"Pattie Cole\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1113,7 +1113,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":3,\"name\":\"Jorge Schulist V\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"}",
|
||||
"body": "{\"id\":3,\"name\":\"Mr. Elias Bauch\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1148,7 +1148,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"enim\"}"
|
||||
"raw": "{\"name\":\"sunt\"}"
|
||||
},
|
||||
"description": "Update project."
|
||||
},
|
||||
@ -1156,7 +1156,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":3,\"name\":\"Annie Windler\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"}",
|
||||
"body": "{\"id\":3,\"name\":\"Elfrieda Jakubowski\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1254,7 +1254,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":null,\"site_id\":null,\"mode\":301,\"from\":\"eaque\",\"to\":\"http:\\\/\\\/www.windler.info\\\/delectus-facilis-assumenda-consequatur-impedit-hic-dolorem-non-dolore.html\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null},{\"id\":null,\"site_id\":null,\"mode\":308,\"from\":\"neque\",\"to\":\"http:\\\/\\\/raynor.biz\\\/velit-a-tempore-quas-explicabo-doloremque\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":null,\"site_id\":null,\"mode\":307,\"from\":\"ipsum\",\"to\":\"http:\\\/\\\/fritsch.biz\\\/\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null},{\"id\":null,\"site_id\":null,\"mode\":302,\"from\":\"culpa\",\"to\":\"http:\\\/\\\/www.huels.net\\\/aut-ut-ut-porro-non-rerum-voluptatum.html\",\"status\":\"ready\",\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1301,7 +1301,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"from\":\"qui\",\"to\":\"voluptatum\",\"mode\":302}"
|
||||
"raw": "{\"from\":\"odit\",\"to\":\"incidunt\",\"mode\":301}"
|
||||
},
|
||||
"description": "Create a new redirect."
|
||||
},
|
||||
@ -1413,7 +1413,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"ducimus\",\"provider\":\"digitalocean\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"},{\"id\":4,\"project_id\":null,\"global\":true,\"name\":\"nesciunt\",\"provider\":\"hetzner\",\"created_at\":\"2025-04-05T17:35:55.000000Z\",\"updated_at\":\"2025-04-05T17:35:55.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"aut\",\"provider\":\"hetzner\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"},{\"id\":4,\"project_id\":null,\"global\":true,\"name\":\"qui\",\"provider\":\"aws\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1448,7 +1448,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"provider\":\"sunt\",\"name\":\"aut\",\"token\":\"id\",\"key\":\"porro\",\"secret\":\"voluptas\"}"
|
||||
"raw": "{\"provider\":\"corrupti\",\"name\":\"est\",\"token\":\"rerum\",\"key\":\"ut\",\"secret\":\"sed\"}"
|
||||
},
|
||||
"description": ""
|
||||
},
|
||||
@ -1456,7 +1456,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"nemo\",\"provider\":\"linode\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"voluptas\",\"provider\":\"vultr\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1502,7 +1502,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"ut\",\"provider\":\"aws\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"et\",\"provider\":\"digitalocean\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1543,7 +1543,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"aliquam\",\"global\":true}"
|
||||
"raw": "{\"name\":\"earum\",\"global\":false}"
|
||||
},
|
||||
"description": ""
|
||||
},
|
||||
@ -1551,7 +1551,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"et\",\"provider\":\"digitalocean\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":3,\"project_id\":null,\"global\":true,\"name\":\"architecto\",\"provider\":\"digitalocean\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1643,7 +1643,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Marcelino Rodriguez\",\"ssh_user\":\"vito\",\"ip\":\"128.182.22.13\",\"local_ip\":\"19.119.134.124\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null},{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Everardo Conn\",\"ssh_user\":\"vito\",\"ip\":\"62.215.59.124\",\"local_ip\":\"32.153.141.12\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Miss Bonita Vandervort IV\",\"ssh_user\":\"vito\",\"ip\":\"120.222.195.212\",\"local_ip\":\"138.119.37.248\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null},{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Dr. Shanie Batz IV\",\"ssh_user\":\"vito\",\"ip\":\"241.88.138.163\",\"local_ip\":\"138.226.232.93\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1678,7 +1678,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"provider\":\"ut\",\"server_provider\":\"hetzner\",\"region\":\"consectetur\",\"plan\":\"voluptatum\",\"ip\":\"quisquam\",\"port\":\"sapiente\",\"name\":\"itaque\",\"os\":\"aut\",\"webserver\":\"nginx\",\"database\":\"postgresql13\",\"php\":\"7.4\"}"
|
||||
"raw": "{\"provider\":\"fugiat\",\"server_provider\":\"digitalocean\",\"region\":\"itaque\",\"plan\":\"voluptatum\",\"ip\":\"ut\",\"port\":\"reiciendis\",\"name\":\"et\",\"os\":\"vel\",\"webserver\":\"nginx\",\"database\":\"mysql80\",\"php\":\"7.2\"}"
|
||||
},
|
||||
"description": "Create a new server."
|
||||
},
|
||||
@ -1686,7 +1686,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Sidney Grant\",\"ssh_user\":\"vito\",\"ip\":\"22.232.10.97\",\"local_ip\":\"107.107.187.150\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Jeromy Mann\",\"ssh_user\":\"vito\",\"ip\":\"128.70.209.89\",\"local_ip\":\"150.217.250.187\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -1732,7 +1732,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Maria Zemlak\",\"ssh_user\":\"vito\",\"ip\":\"4.166.233.247\",\"local_ip\":\"92.197.44.184\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"project_id\":null,\"user_id\":null,\"provider_id\":null,\"name\":\"Miss Maya Schaden I\",\"ssh_user\":\"vito\",\"ip\":\"44.57.83.39\",\"local_ip\":\"46.22.92.58\",\"port\":22,\"os\":\"ubuntu_22\",\"type\":\"regular\",\"type_data\":null,\"provider\":\"custom\",\"provider_data\":null,\"public_key\":\"test\",\"status\":\"ready\",\"auto_update\":null,\"available_updates\":0,\"security_updates\":null,\"progress\":100,\"progress_step\":null,\"updates\":null,\"last_update_check\":null,\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -2379,7 +2379,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"type\":\"wordpress\",\"domain\":\"ut\",\"aliases\":[\"vitae\"],\"php_version\":\"7.4\",\"web_directory\":\"public\",\"source_control\":\"animi\",\"repository\":\"organization\\\/repository\",\"branch\":\"main\",\"composer\":true,\"version\":\"5.2.1\",\"user\":\"est\",\"method\":\"least-connections\"}"
|
||||
"raw": "{\"type\":\"php-blank\",\"domain\":\"impedit\",\"aliases\":[\"cum\"],\"php_version\":\"7.4\",\"web_directory\":\"public\",\"source_control\":\"non\",\"repository\":\"organization\\\/repository\",\"branch\":\"main\",\"composer\":true,\"version\":\"5.2.1\",\"user\":\"voluptate\",\"method\":\"ip-hash\"}"
|
||||
},
|
||||
"description": "Create a new site."
|
||||
},
|
||||
@ -2538,7 +2538,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"method\":\"round-robin\",\"servers\":[\"eaque\"]}"
|
||||
"raw": "{\"method\":\"round-robin\",\"servers\":[\"omnis\"]}"
|
||||
},
|
||||
"description": "Update load balancer."
|
||||
},
|
||||
@ -2593,7 +2593,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"aliases\":[\"pariatur\"]}"
|
||||
"raw": "{\"aliases\":[\"doloremque\"]}"
|
||||
},
|
||||
"description": "Update aliases."
|
||||
},
|
||||
@ -2700,7 +2700,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"script\":\"culpa\"}"
|
||||
"raw": "{\"script\":\"voluptatem\"}"
|
||||
},
|
||||
"description": "Update site deployment script"
|
||||
},
|
||||
@ -2764,6 +2764,113 @@
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "env",
|
||||
"request": {
|
||||
"url": {
|
||||
"host": "{{baseUrl}}",
|
||||
"path": "api\/projects\/:project_id\/servers\/:server_id\/sites\/:site_id\/env",
|
||||
"query": [],
|
||||
"raw": "{{baseUrl}}\/api\/projects\/:project_id\/servers\/:server_id\/sites\/:site_id\/env",
|
||||
"variable": [
|
||||
{
|
||||
"id": "project_id",
|
||||
"key": "project_id",
|
||||
"value": "1",
|
||||
"description": "The ID of the project."
|
||||
},
|
||||
{
|
||||
"id": "server_id",
|
||||
"key": "server_id",
|
||||
"value": "29",
|
||||
"description": "The ID of the server."
|
||||
},
|
||||
{
|
||||
"id": "site_id",
|
||||
"key": "site_id",
|
||||
"value": "44",
|
||||
"description": "The ID of the site."
|
||||
}
|
||||
]
|
||||
},
|
||||
"method": "GET",
|
||||
"header": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application\/json"
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application\/json"
|
||||
}
|
||||
],
|
||||
"body": null,
|
||||
"description": "Get site .env file content"
|
||||
},
|
||||
"response": [
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":{\"env\":\"APP_NAME=Laravel\\\\nAPP_ENV=production\"}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "env",
|
||||
"request": {
|
||||
"url": {
|
||||
"host": "{{baseUrl}}",
|
||||
"path": "api\/projects\/:project_id\/servers\/:server_id\/sites\/:site_id\/env",
|
||||
"query": [],
|
||||
"raw": "{{baseUrl}}\/api\/projects\/:project_id\/servers\/:server_id\/sites\/:site_id\/env",
|
||||
"variable": [
|
||||
{
|
||||
"id": "project_id",
|
||||
"key": "project_id",
|
||||
"value": "1",
|
||||
"description": "The ID of the project."
|
||||
},
|
||||
{
|
||||
"id": "server_id",
|
||||
"key": "server_id",
|
||||
"value": "29",
|
||||
"description": "The ID of the server."
|
||||
},
|
||||
{
|
||||
"id": "site_id",
|
||||
"key": "site_id",
|
||||
"value": "44",
|
||||
"description": "The ID of the site."
|
||||
}
|
||||
]
|
||||
},
|
||||
"method": "PUT",
|
||||
"header": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application\/json"
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application\/json"
|
||||
}
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"env\":\"quam\"}"
|
||||
},
|
||||
"description": "Update site .env file"
|
||||
},
|
||||
"response": [
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": null,
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2806,7 +2913,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Dawson Ratke IV\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"},{\"id\":6,\"project_id\":null,\"global\":true,\"name\":\"Miss Caterina Mann DVM\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Zella Robel\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"},{\"id\":6,\"project_id\":null,\"global\":true,\"name\":\"Jairo Williamson\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -2841,7 +2948,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"provider\":\"github\",\"name\":\"est\",\"token\":\"ea\",\"url\":\"http:\\\/\\\/koepp.info\\\/maiores-nostrum-consequuntur-dicta-iure-ullam\",\"username\":\"ducimus\",\"password\":\"S#AHlt\\\"?l6SDU^b?T6\"}"
|
||||
"raw": "{\"provider\":\"gitlab\",\"name\":\"molestias\",\"token\":\"in\",\"url\":\"https:\\\/\\\/www.white.com\\\/aperiam-dolor-nemo-qui-rerum-quod-quas\",\"username\":\"consectetur\",\"password\":\"y*P4_]ZdjE_:\"}"
|
||||
},
|
||||
"description": ""
|
||||
},
|
||||
@ -2849,7 +2956,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Dr. Adella Greenholt\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Miss Claudine Goyette\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -2895,7 +3002,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Hettie Farrell\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Mona Stark\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -2936,7 +3043,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"sunt\",\"token\":\"est\",\"url\":\"http:\\\/\\\/www.fay.com\\\/quisquam-autem-illum-omnis-quo-enim-eligendi-velit\",\"username\":\"ab\",\"password\":\"M@-*%?(B(UNE~Ibc#\",\"global\":false}"
|
||||
"raw": "{\"name\":\"non\",\"token\":\"sunt\",\"url\":\"https:\\\/\\\/www.frami.org\\\/ex-at-minus-rerum-quo-minus-ea\",\"username\":\"natus\",\"password\":\"A^\\\">*m{p]DI\",\"global\":true}"
|
||||
},
|
||||
"description": ""
|
||||
},
|
||||
@ -2944,7 +3051,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Jadyn Hyatt\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"Neha Little\",\"provider\":\"github\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -3042,7 +3149,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":null,\"user\":null,\"name\":\"Moriah Kemmer\",\"created_at\":null,\"updated_at\":null},{\"id\":null,\"user\":null,\"name\":\"Delilah Gaylord\",\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":null,\"user\":null,\"name\":\"Santa Goyette\",\"created_at\":null,\"updated_at\":null},{\"id\":null,\"user\":null,\"name\":\"Cecil Cummings\",\"created_at\":null,\"updated_at\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -3083,7 +3190,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"key_id\":\"id\",\"name\":\"qui\",\"public_key\":\"vitae\"}"
|
||||
"raw": "{\"key_id\":\"explicabo\",\"name\":\"deleniti\",\"public_key\":\"sapiente\"}"
|
||||
},
|
||||
"description": "Deploy ssh key to server."
|
||||
},
|
||||
@ -3091,7 +3198,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":null,\"user\":null,\"name\":\"Jesse Gleason\",\"created_at\":null,\"updated_at\":null}",
|
||||
"body": "{\"id\":null,\"user\":null,\"name\":\"Mr. Reagan Jacobson V\",\"created_at\":null,\"updated_at\":null}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -3189,7 +3296,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"data\":[{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"et\",\"provider\":\"dropbox\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"},{\"id\":6,\"project_id\":null,\"global\":true,\"name\":\"sed\",\"provider\":\"dropbox\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"body": "{\"data\":[{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"veritatis\",\"provider\":\"ftp\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"},{\"id\":6,\"project_id\":null,\"global\":true,\"name\":\"voluptas\",\"provider\":\"dropbox\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"« Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next »\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":25,\"to\":2,\"total\":2}}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -3224,7 +3331,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"provider\":\"quia\",\"name\":\"rerum\",\"token\":\"hic\",\"key\":\"repellat\",\"secret\":\"maiores\"}"
|
||||
"raw": "{\"provider\":\"ab\",\"name\":\"quo\",\"token\":\"in\",\"key\":\"sunt\",\"secret\":\"molestias\"}"
|
||||
},
|
||||
"description": ""
|
||||
},
|
||||
@ -3232,7 +3339,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"veritatis\",\"provider\":\"ftp\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"asperiores\",\"provider\":\"dropbox\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -3278,7 +3385,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"fuga\",\"provider\":\"local\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"ipsum\",\"provider\":\"local\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
@ -3319,7 +3426,7 @@
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\"name\":\"est\",\"global\":true}"
|
||||
"raw": "{\"name\":\"voluptas\",\"global\":true}"
|
||||
},
|
||||
"description": ""
|
||||
},
|
||||
@ -3327,7 +3434,7 @@
|
||||
{
|
||||
"header": [],
|
||||
"code": 200,
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"ut\",\"provider\":\"ftp\",\"created_at\":\"2025-04-05T17:35:56.000000Z\",\"updated_at\":\"2025-04-05T17:35:56.000000Z\"}",
|
||||
"body": "{\"id\":5,\"project_id\":null,\"global\":true,\"name\":\"minima\",\"provider\":\"ftp\",\"created_at\":\"2025-04-05T17:48:03.000000Z\",\"updated_at\":\"2025-04-05T17:48:03.000000Z\"}",
|
||||
"name": ""
|
||||
}
|
||||
]
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user