Update extractor credentials
POST/extractors/:extractorId/credentials
Update extractor credentials
Request
Path Parameters
extractorId uuidrequired
Query Parameters
_apikey stringrequired
You can find your API key in the Import.io dashboard under User Settings
- application/json
Body
username string
password string
Responses
- 200
- 401
- 403
- 404
- 500
Extractor credentials updated successfully
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Loading...