Updates User Report

Resource requires explicit permission:

reports.read_reports

Request

PUT https://api.convertiser.com/publisher/reports/user-configs/{uuid}/

Path parameters

Parameter name Value Description Additional
uuid string Required

Request body

The request body takes a complete UserReportConfig resource, containing the following writable properties:

{
    "dimension_level_0": "string",
    "dimension_level_1": "string",
    "dimension_level_2": "string",
    "fields": "string",
    "filters": "string",
    "title": "string"
}

Properties

Name Type Description Additional
dimension_level_0 string
dimension_level_1 string Optional
dimension_level_2 string Optional
fields string Optional
filters string Optional
title string

Report config title

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK UserReportConfig

Explore this API

uuid
data
Request Content-Type
Response Content-Type

Choose an authorisation method:

API Token API Token to be used for request
Try it out!