34 lines
775 B
YAML
34 lines
775 B
YAML
post:
|
|
tags:
|
|
- Traffic sources
|
|
security:
|
|
- ApiKeyAuth: []
|
|
parameters:
|
|
- name: id
|
|
in: path
|
|
description: Traffic source ID
|
|
required: true
|
|
schema:
|
|
type: integer
|
|
summary: Clone trafic source
|
|
description: Makes a copy of traffic source.
|
|
responses:
|
|
'200':
|
|
description: Traffic source details.
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: ../schemas/Source.yaml
|
|
'400':
|
|
$ref: ../responses/BadRequest.yaml
|
|
'401':
|
|
$ref: ../responses/Unauthorized.yaml
|
|
'402':
|
|
$ref: ../responses/PaymentRequired.yaml
|
|
'404':
|
|
$ref: ../responses/NotFound.yaml
|
|
'406':
|
|
$ref: ../responses/NotAcceptable.yaml
|
|
'500':
|
|
$ref: ../responses/InternalError.yaml
|