This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/drupal/console-en/translations/rest.disable.yml
2018-11-23 12:29:20 +00:00

10 lines
342 B
YAML

description: 'Disable a rest resource for the application'
arguments:
resource-id: 'Rest ID'
states: 'REST States to disable for Rest resource'
questions:
resource-id: 'Rest ID'
messages:
invalid-rest-id: 'Rest ID "%s" is invalid'
success: 'Rest ID "%s" disabled'
already-disabled: 'Rest ID "%s" was already disabled'