jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Update getting-started.adoc adding notes to a request

Open Ivan-Igorevich opened this issue 4 months ago • 0 comments

In an example of Jmix docs there are requests, that return user information. A cURL sample is given as follows

curl -X GET http://localhost:8080/rest/entities/User -H "Authorization: Bearer <access_token>"   

where -X key should be omitted in request, and project prefix added to an entity name

curl http://localhost:8080/rest/entities/smp_User -H "Authorization: Bearer <access_token>"   

Ivan-Igorevich avatar Oct 04 '24 10:10 Ivan-Igorevich