put https://api.super.ai/v1/apps//jobs/tags
Use this endpoint to add tags to multiple jobs.
Searching inputs and outputsThe
inputPath,inputMatchType, andinputValueparameters must be used in conjunction in order to search your input JSON data. Likewise, you need to specifyresponsePath,responseMatchType, andresponseValueto search your output data.
Tagging a single jobIf you want to tag single job by ID, you should not be using the
idSearchparameter, since it does not guarantee to work on a unique job. We recommend using another endpoint: Add tags to job by job id
