docs icon indicating copy to clipboard operation
docs copied to clipboard

Add precision about behavior of get op. when identifier changes

Open welcoMattic opened this issue 2 years ago • 0 comments

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

welcoMattic avatar Mar 30 '22 12:03 welcoMattic