Required Permissions
sources:update
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Tenant source ID |
Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
settings | object | ā | |
replacements | object | ā |
Responses
ā 200 - Tenant source updated successfully
ā ļø 400 - undefined
ā ļø 401 - undefined
ā ļø 404 - undefined
ā 500 - undefined
Tags
Sources
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Tenant source ID
Example:
"ts-1"
Body
application/json
Response
Tenant source updated successfully
Example:
"Tenant source updated successfully"