You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Write this collections generated JSON to a file at the specified path. Note that the order of elements in the resulting file is not guaranteed and may not match
705
-
* a corresponding Postman generated file. However, this does not affect the validity or functionality of the generated JSON.
712
+
* Create or update this collection in Postman.
713
+
* - If this collection has a Postman ID, it will be updated in Postman
714
+
* - If this collection does not have a Postman ID, it will be created as a new collection, and the ID returned by Postman will be assigned to it.
715
+
* - You can optionally include a workspace ID for a workspace to link a newly created collection to.
706
716
*
707
-
* @param outputFile The file into which to write the JSON
717
+
* @param WorkspaceID Optional workspace ID to which to link a newly created collection.
708
718
* @throws IOException If there is an error attempting to create or write to the specified path
719
+
* @throws InterruptedException If the HTTP request is interrupted
720
+
* @throws CollectionNotFoundException if the collection ID is not found in Postman
721
+
* @throws InvalidCollectionActionException If an HTTP status code other than 200 or 404 is returned.
0 commit comments