docs
docs copied to clipboard
API Platform documentation
I think it's a really good feature in Swagger UI worth mentioning here. Please see https://swagger.io/docs/open-source-tools/swagger-ui/usage/deep-linking/ It is also used in the Swagger UI demo documentation. The feature allows you...
How to declare subresource by YAML configuration? ``` uriVariables: [ 'companyId' => new Link(fromClass: Company::class, toProperty: 'company'), 'id' => new Link(fromClass: Employee::class), ], ``` YAML examples completely missed [here](https://api-platform.com/docs/core/subresources/) P.S....
**API Platform version(s) affected**: 3.2.7 **Description** After upgrading to v3.2 and switching `event_listeners_backward_compatibility_layer` to `false`, the use of decorated `DeserializeListener` to support `application/x-www-form-urlencoded` we relied on stopped working. We followed...
Documentation of NEW FEATURE, for the shema-generator: The schema-generator now has new options that allow to use labels for naming the types/resources of interest instead of reusing the ID part...
We can see it all over the place, such as:  Always the same form: ``` [codeSelector] ... some code samples ... [/codeSelector] ``` It's either broken, or there's something...
https://github.com/api-platform/docs/blob/7b83e7519af0b671579afb73bcdf791e68c9d871/core/subresources.md?plain=1#L203 this should be uriVariables, missing s
Hi, While reviewing documentation, I sometimes find the need to share it with others. I've realized that this isn't really possible with your documentation, which I see as a problem....
Some `[codeSelector]` are present in the .md files and do appears in the pagination documentation web page.
In the tutorial "[Getting Started With API Platform: Create Your API and Your Jamstack Site](https://api-platform.com/docs/distribution/)", we been asked to "delete the file api/src/Entity/Greeting.php.". But in the "Adding GraphQL Support" chapter,...