PATCH
/
tenant
curl --request PATCH \
  --url https://api.pathstack.io/tenant \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "logo_url": "<string>",
  "toc_link": "<string>",
  "privacy_link": "<string>",
  "configuration": {
    "providers": [
      "mtdata"
    ],
    "api_version": "2023-12-25"
  }
}'
{
  "data": {
    "name": "<string>",
    "description": "<string>",
    "logo_url": "<string>",
    "toc_link": "<string>",
    "privacy_link": "<string>",
    "configuration": {
      "providers": [
        "mtdata"
      ],
      "api_version": "2023-12-25"
    },
    "id": "<string>",
    "connection_url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-version
string
default:2024-03-26
Example:

"2024-03-26"

Body

application/json
configuration
object | null
required
name
string | null
description
string | null
logo_url
string | null

Response

200
application/json
Successful Response
data
object
required

Successful response payload