Open v1talii-dev opened 6 years ago
I use this code:
protected function publicFields() { $public_fields = parent::publicFields(); $public_fields['created'] = [ 'property' => 'created', ]; }
But i get error:
{ "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1", "title": "Property created cannot be set.", "status": 400, "detail": "Bad Request", "instance": "" }
I use this code:
But i get error: