# Updates the content of the .stignore Expects a format similar to the output of GET /rest/db/ignores call, but only containing the ignore field (expanded field should be omitted). It takes one parameter, folder, and either updates the content of the .stignore echoing it back as a response, or returns an error. Endpoint: POST /syncthing/db/ignores Version: 6.6.1 Security: ZelID ## Query parameters: - `folder` (string, required) Folder ID Example: "fluxwp_wordpress1678382606717" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object)