Skip to main content

Update referrer

PUT 

/referrers/:referrerId

Update referrer with the given id

Request

Path Parameters

    referrerId int64required

Body

required

    detections

    object[]

  • Array [

  • and boolean
    andMethod string
    andParameters string
    method string
    parameters string
  • ]

  • name stringrequired

    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

Responses

OK

Schema

    dateCreated date-time

    Date and time referred is created

    detections

    object[]

  • Array [

  • and boolean
    andMethod string
    andParameters string
    method string
    parameters 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 stringrequired

    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

Loading...