Document API - Extractor
Update an extractor
Update data of an extractor.
patch/v3/extractors/{identifier}
Path parameters
identifierstring required
Uniquely identify an extractor.
Example:resume
Extractor's identifier
Request body
Example request
{
"baseExtractor": "resume",
"category": "Recruitment"
}Response
Successfully updated extractor data.
Example response
{
"identifier": "resume",
"baseExtractor": {
"identifier": "resume"
},
"organization": {
"identifier": "mEFayXdO",
"name": "Grove Street King",
"userRole": "admin",
"avatar": "https://affinda-api.s3.amazonaws.com/media/org-avatar.png?AWSAccessKeyId=KEY&Signature=SIG",
"resthookSignatureKey": "465c6598bd34c0558f0ce256c43209d49fa85b0ff3e4c18b24e408b7563143ad"
},
"category": "Recruitment"
}