Creates a `launch fielding run from draft` job
POST/demand/accounts/{account_id}/projects/{project_id}/target-groups/{target_group_id}/fielding-run-jobs/launch-from-draft
Creates a job that transitions a draft target group to live, able to collect completes on the Exchange. The process is asynchronous, so success on this call just means a job has been created. If validations are successful the target group will be set to live. In order to check on the job you will need to retrieve the job status, please refer to the "Returns a launch fielding run from draft job" endpoint
Request
Responses
- 201
- 400
- 401
- 403
- 429
- 500
Location to the created launch fielding run from draft job.
Response Headers
The traceparent header primarily carries essential trace context information, including the trace ID and parent span ID as defined by the W3C trace context specification. It's used to pinpoint the position of an incoming request within the trace graph, facilitating the tracking of distributed operations.
The tracestate header complements the traceparent header by providing additional contextual information, thereby allowing for the enrichment of tracing context and offering more fine-grained control.
The location of a resource. Must follow https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.2
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
Rate limiting
Response Headers
The traceparent header primarily carries essential trace context information, including the trace ID and parent span ID as defined by the W3C trace context specification. It's used to pinpoint the position of an incoming request within the trace graph, facilitating the tracking of distributed operations.
The tracestate header complements the traceparent header by providing additional contextual information, thereby allowing for the enrichment of tracing context and offering more fine-grained control.
How long the user agent should wait before making a follow-up request.
A request failed due to an internal error.