RE: headless-admin-user API

Ivan Maffioli, modified 5 Years ago. New Member Posts: 3 Join Date: 5/15/20 Recent Posts
Contrariamente a quanto specificato nella documentazione qui https://app.swaggerhub.com/apis/liferayinc/headless-admin-user/v1.0 , nel mio server liferay 7.2 sono previsti solo metodi GET,OPTIONS,HEAD per utenti e organizzazioni. Bisogna fare qualcosa per abilitarli? Qualcuno li usa? Grazie
thumbnail
Javier Gamarra, modified 5 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts
SwaggerHub is showing the last version of the APIs, in the latest 7.3 GA. But you can open a feature request in JIRA (http://issues.liferay.com/) or a bug in the customer portal and we'll backport it emoticon
thumbnail
Javier Gamarra, modified 5 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts
You can also see all the endpoints available in your server by quering (while using basic authentication): localhost:8080/o/headless-delivery/v1.0/openapi.yaml for example.