Skip to main content
POST
Update

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Path Parameters

id
string
required

The id field.

Body

application/json

Both editable fields are optional; an empty one leaves the stored value alone. At least one must be set.

displayName
string

The displayName field.

parameterValues
object | null
prompt
string

Editing this does not re-plan, so it may drift from program.planned_from_prompt — that drift is how a stale report is detected.

Response

200 - application/json

Successful response

The ReportingServiceUpdateResponse message.

report
Report · object | null

Report is a saved report: the question, the program that answers it, and the parameters a re-run may vary.