From 1aa6b004933cbe4573064c098264ab325ee81f12 Mon Sep 17 00:00:00 2001 From: roost-io Date: Wed, 25 Mar 2026 11:40:33 +0000 Subject: [PATCH] Add API Tests (Postman Framework, Open AI) generated by RoostGPT Using AI Model gpt-4o --- ...dified_boj-openbanking (1)_1774438813.json | 321 ++++++++++++++++++ 1 file changed, 321 insertions(+) create mode 100644 postman_collections/PostmanApiTest/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774438813.json diff --git a/postman_collections/PostmanApiTest/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774438813.json b/postman_collections/PostmanApiTest/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774438813.json new file mode 100644 index 00000000..baea3d8d --- /dev/null +++ b/postman_collections/PostmanApiTest/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774438813.json @@ -0,0 +1,321 @@ +{ + "item": [ + { + "id": "5cc5a414-4ca3-43ba-aecc-600e96f8bdb8", + "name": "example", + "item": [ + { + "id": "3c450506-3565-42ed-b1bc-bddfcf57c888", + "name": "example - Example GET endpoint", + "request": { + "name": "Example GET endpoint", + "description": { + "content": "Retrieves example data.", + "type": "text/plain" + }, + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "auth": null + }, + "response": [ + { + "id": "bce65a1a-0163-445a-9ea7-e6b196d32891", + "name": "Successful response", + "originalRequest": { + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"message\": \"string\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "e3df6a8f-d089-48c3-9b35-9d745e1f7444", + "name": "Bad Request", + "originalRequest": { + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "method": "GET", + "body": {} + }, + "status": "Bad Request", + "code": 400, + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "body": "", + "cookie": [], + "_postman_previewlanguage": "text" + }, + { + "id": "897639e1-6087-4b62-82bd-bd04956836e9", + "name": "Internal Server Error", + "originalRequest": { + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "method": "GET", + "body": {} + }, + "status": "Internal Server Error", + "code": 500, + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "body": "", + "cookie": [], + "_postman_previewlanguage": "text" + } + ], + "event": [], + "protocolProfileBehavior": { + "disableBodyPruning": true + } + }, + { + "id": "30c60e0e-992c-480c-b924-3678c24f634d", + "name": "example - Example POST endpoint", + "request": { + "name": "Example POST endpoint", + "description": { + "content": "Creates example data.", + "type": "text/plain" + }, + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "POST", + "auth": null, + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"\"\n}", + "options": { + "raw": { + "language": "json" + } + } + } + }, + "response": [ + { + "id": "b09880da-45d8-4881-96c9-7e4c0d9a590d", + "name": "Created", + "originalRequest": { + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"\"\n}", + "options": { + "raw": { + "language": "json" + } + } + } + }, + "status": "Created", + "code": 201, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"id\": \"string\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "f729afc9-831a-43f9-9a1c-aef437080471", + "name": "Bad Request", + "originalRequest": { + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"\"\n}", + "options": { + "raw": { + "language": "json" + } + } + } + }, + "status": "Bad Request", + "code": 400, + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "body": "", + "cookie": [], + "_postman_previewlanguage": "text" + }, + { + "id": "5f67c759-3dfd-4763-80a7-d4fa51c944b5", + "name": "Internal Server Error", + "originalRequest": { + "url": { + "path": [ + "example" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"name\": \"\"\n}", + "options": { + "raw": { + "language": "json" + } + } + } + }, + "status": "Internal Server Error", + "code": 500, + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "body": "", + "cookie": [], + "_postman_previewlanguage": "text" + } + ], + "event": [], + "protocolProfileBehavior": { + "disableBodyPruning": true + } + } + ], + "event": [] + } + ], + "event": [], + "variable": [ + { + "type": "string", + "value": "/", + "key": "baseUrl" + } + ], + "info": { + "_postman_id": "f0d3ea47-e73a-425f-8981-0000a2a4c13b", + "name": "Sample API", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "description": { + "content": "This is a sample API for demonstration purposes.", + "type": "text/plain" + } + } +} \ No newline at end of file