Add or remove profiles from folder
Folder
Add or remove profiles from folder
Add or remove profiles from folder.
PATCH
Add or remove profiles from folder
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Name of the folder.
Example:
"My Folder"
List of profile IDs that you want to add or remove from the folder.
Example:
[
"60a763f86501b3aa69a5e5e5",
"60a763f86501b3aa69a5e5e6"
]
Action to perform with the profiles.
Available options:
add, remove Example:
"add"
Response
200 - undefined