You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ZAP Scripts
Hi Simon
Thank you for your fast reply.
I have a folder with ZAP scripts with passive/active folders inside.
Is there a way to import them from REST API and to enable them? Solution provided is for a file, right?
Simon Bennetts
unread,
Sep 5, 2024, 7:46:11 AM9/5/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ZAP Scripts
The REST API only supports uploading one file at a time.
To handle folders of scripts there are 2 other options:
Manually copying them to the target (or building into the container) and then start ZAP with the option to load all of the files in a specific directory
Putting the folders in a shared drive that can be accessed by the ZAP instances, and then loading them as above.