Partial update referrer
Update several fields of a referrer
Path Parameters
- referrerId int64 required
- application/json
Request Body required
detections object[]
Array [and booleanandMethod stringandParameters stringmethod stringparameters string]- name string
Name of the referrer
- priority int32
Priority for the given referrer
- tags string
Tags associated with the given referrer
Responses
- 200
- 400
- 403
- 423
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
- dateCreated date-time
Date and time referred is created
detections object[]
Array [and booleanandMethod stringandParameters stringmethod stringparameters string]- id int64
Unique identifier of the given referrer
- index int32
Index of the referrer
- modificationDate date-time
Date and time referred is modified
- name string required
Name of the referrer
- priority int32
Priority for the given referrer
- siteId int64
Unique site identifier associated with the referrer
- tags string
Tags associated with the given referrer
{
"dateCreated": "2024-12-20T15:04:33.295Z",
"detections": [
{
"and": true,
"andMethod": "string",
"andParameters": "string",
"method": "string",
"parameters": "string"
}
],
"id": 0,
"index": 0,
"modificationDate": "2024-12-20T15:04:33.295Z",
"name": "string",
"priority": 0,
"siteId": 0,
"tags": "string"
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.295Z"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.296Z"
}
Locked
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.296Z"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- code string
- impersonator string
- message string
- name string
- status string
Possible values: [
SUCCESS
,ERROR
] - sub string
- time int64
- timestamp date-time
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-12-20T15:04:33.296Z"
}
Loading...