Skip to main content

Update key page

Update a key page with the given id

Path Parameters
  • keyPageId int64 required
Request Body required
  • matchType string

    Matching type for the given key page

  • name string required

    Name of the key page

  • relativeUrlRegExp string

    Regular expression for the relative URL

  • secondMatchType string

    Second matching type for the given key page (if needed)

  • siteId int64

    Unique site identifier associated with the key page

  • totalCount int32

    Number of impressions for the key page

Responses

OK


Schema
  • dateCreated date-time

    Date and time a key page is created

  • id int64

    Unique identifier of the given key page

  • matchType string

    Matching type for the given key page

  • modificationDate date-time

    Date and time a key page is modified

  • name string required

    Name of the key page

  • relativeUrlRegExp string

    Regular expression for the relative URL

  • secondMatchType string

    Second matching type for the given key page (if needed)

  • siteId int64

    Unique site identifier associated with the key page

  • totalCount int32

    Number of impressions for the key page

Loading...