@group.command('replace')
    @_id_argument()
    @click.argument('value', type=JSONParamType())
    @pass_client
    def _replace(client, value, id=None, **kwargs):