API minimal documentation
In the following the api to create Help Tips.
base url: https://api.inline.help/api/v1/
We will use JWT token from our SSO server:
Where xxxxxx is the access_token that you received after loign.
An help tip json object will be like this:
{
"code":"101",
"lang":"it",
"type":"XPATH",
"direction":"UNDER",
"position":"xxxx",
"title":"title",
"preview":"preview content",
"body":"body content",
"uri":"https://uri.to/use",
"style":"minimal-theme",
"icon":"fa-box",
"project_uuid":"69959754-7e91-466e-a4b5-22e1fc8096f8",
"tags":"a,b,c"
}