We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f6e23 commit cfa55a5Copy full SHA for cfa55a5
src/bundle/Resources/config/routing.yml
@@ -485,15 +485,6 @@ ibexa.rest.create_location:
485
486
# Content types
487
488
-ibexa.rest.content_type.copy:
489
- path: /content/types/{contentTypeId}
490
- controller: Ibexa\Rest\Server\Controller\ContentType::copyContentType
491
- condition: 'ibexa_get_media_type(request) === "CopyContentTypeInput"'
492
- methods: [POST]
493
- options:
494
- options_route_suffix: 'CopyContentTypeInput'
495
- requirements:
496
- contentTypeId: \d+
497
498
ibexa.rest.content_type.copy:
499
path: /content/types/{contentTypeId}
0 commit comments