CreateJobResponse PushContentToEndpoint(ctx, endpoint, body, optional)
Whatever is posted to this endpoint will be added to the child input folder(s) for the task_routes that have this endpoint. If more than one task_routes have this endpoint, it will be added to all child input folders.
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| endpoint | string | Endpoint UUID to push this chunk towards | |
| body | string | How to push content into a child input folder(s). | |
| optional | *PushContentToEndpointOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a PushContentToEndpointOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
Return type
CreateJobResponse
Authorization
api_key
HTTP request headers
- Content-Type: application/json, application/octet-stream, audio/*, image/, text/html, text/plain, text/xml, video/_
- Accept: application/json