docs
docs copied to clipboard
Add precision about behavior of get op. when identifier changes
Considering this code
#[ApiProperty(identifier: false)]
public $id;
#[ApiProperty(identifier: true)]
public $code;
The get operation will now expect code value to retrieve the resource.
cc @soyuka