Update
Update the include and exclude configurations.
Query Parameters
- account object required
- application/json
Request Body array required
- Array [
- Include or Exclude string required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - The URL string required
- ]
Responses
- 200
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Account unique identifier int64 required
- Include or Exclude string required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - The URL string required
- Unique identifier int64 required
- ]
[
{
"Account unique identifier": 0,
"Include or Exclude": "INCLUDE",
"The URL": "string",
"Unique identifier": 0
}
]
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Account unique identifier int64 required
- Include or Exclude string required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - The URL string required
- Unique identifier int64 required
- ]
[
{
"Account unique identifier": 0,
"Include or Exclude": "INCLUDE",
"The URL": "string",
"Unique identifier": 0
}
]
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Account unique identifier int64 required
- Include or Exclude string required
Possible values: [
INCLUDE
,EXCLUDE
]A flag which determines whether the URL is
INCLUDE
orEXCLUDE
. - The URL string required
- Unique identifier int64 required
- ]
[
{
"Account unique identifier": 0,
"Include or Exclude": "INCLUDE",
"The URL": "string",
"Unique identifier": 0
}
]
Loading...