From da35b32f4f59c9c6be281309e9a47029095c2ae3 Mon Sep 17 00:00:00 2001 From: FredGuiou <99122562+FredGuiou@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:01:32 +0100 Subject: [PATCH] docs(postman): update postam collection files (#118) --- docs/postman/2.0.json | 13 +++++++++---- docs/postman/2.1.postman_collection | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/docs/postman/2.0.json b/docs/postman/2.0.json index c989bce..6c3c1f8 100644 --- a/docs/postman/2.0.json +++ b/docs/postman/2.0.json @@ -4,8 +4,8 @@ "name": "API Partners (Public)", "description": "## ✨ Summary\n\nUp to date documentation is available here : [https://partners.api.myunisoft.fr/](https://partners.api.myunisoft.fr/)", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", - "_exporter_id": "17772610", - "_collection_link": "https://myunisoft.postman.co/workspace/Node.js-API-~b2e1039b-b32c-4a29-84ec-2b27195223b7/collection/5276786-c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd?action=share&source=collection_link&creator=17772610" + "_exporter_id": "15036360", + "_collection_link": "https://myunisoft.postman.co/workspace/Node.js-API-~b2e1039b-b32c-4a29-84ec-2b27195223b7/collection/5276786-c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd?action=share&source=collection_link&creator=15036360" }, "item": [ { @@ -8214,7 +8214,7 @@ } ], "url": "https://api.myunisoft.fr/api/v1/document/upload", - "description": "Upload raw file (binary).\n\nIf the upload is a success the API will return a status code 204." + "description": "Upload raw file (binary).\n\nIf the upload is a success the API will return a status code 201." }, "response": [] } @@ -10632,7 +10632,7 @@ ] }, "url": { - "raw": "https://api.myunisoft.fr/api/v1/variousDocuments?name=", + "raw": "https://api.myunisoft.fr/api/v1/variousDocuments?name=&pers_physique_id", "protocol": "https", "host": [ "api", @@ -10649,6 +10649,11 @@ "key": "name", "value": "", "description": "Mandatory name and extension of the document file" + }, + { + "key": "pers_physique_id", + "value": null, + "description": "Mandatory id from the user token" } ] }, diff --git a/docs/postman/2.1.postman_collection b/docs/postman/2.1.postman_collection index f9b42b6..b431b9d 100644 --- a/docs/postman/2.1.postman_collection +++ b/docs/postman/2.1.postman_collection @@ -4,8 +4,8 @@ "name": "API Partners (Public)", "description": "## ✨ Summary\n\nUp to date documentation is available here : [https://partners.api.myunisoft.fr/](https://partners.api.myunisoft.fr/)", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", - "_exporter_id": "17772610", - "_collection_link": "https://myunisoft.postman.co/workspace/Node.js-API-~b2e1039b-b32c-4a29-84ec-2b27195223b7/collection/5276786-c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd?action=share&source=collection_link&creator=17772610" + "_exporter_id": "15036360", + "_collection_link": "https://myunisoft.postman.co/workspace/Node.js-API-~b2e1039b-b32c-4a29-84ec-2b27195223b7/collection/5276786-c4062d0b-3f1b-4d6f-98c0-952a0ba5cccd?action=share&source=collection_link&creator=15036360" }, "item": [ { @@ -9899,7 +9899,7 @@ "upload" ] }, - "description": "Upload raw file (binary).\n\nIf the upload is a success the API will return a status code 204." + "description": "Upload raw file (binary).\n\nIf the upload is a success the API will return a status code 201." }, "response": [] } @@ -12466,7 +12466,7 @@ ] }, "url": { - "raw": "https://api.myunisoft.fr/api/v1/variousDocuments?name=", + "raw": "https://api.myunisoft.fr/api/v1/variousDocuments?name=&pers_physique_id", "protocol": "https", "host": [ "api", @@ -12483,6 +12483,11 @@ "key": "name", "value": "", "description": "Mandatory name and extension of the document file" + }, + { + "key": "pers_physique_id", + "value": null, + "description": "Mandatory id from the user token" } ] },