update_parameters
The job allows you to modify the settings of an existing archive. You can update the archive's description and set parameters for similarity allowances.
Required Account Privileges: "read-write"
Request JSON ["inputs"]:
"archive": string (3 <= len <= 30) unique in account null NOT allowed A unique string identifier for the archive within your account. "description": string (0 <= len <= 150) null allowed A string providing a description of the archive. "nr_similar_allowed": int (>= 1) null allowed An integer indicating the number of similar items allowed when redundancy checking in indexing.
Response JSON ["results"]
The job does not return results in the response JSON