You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
756 B

---
post:
description: Detach translations
parameters:
- name: type
in: path
required: true
schema:
type: string
- name: source
in: path
required: true
schema:
type: string
- name: target
in: query
required: true
schema:
type: string
responses:
'200':
description: detach translation response
content:
application/json:
schema:
type: object
'400':
description: bad request
content:
application/json:
schema:
$ref: schemas-Error.yaml
'403':
description: forbidden
content:
application/json:
schema:
$ref: schemas-Error.yaml