List update templates
Retrieve global and tenant-owned update templates. Browse request parameters, authentication requirements, response payloads, and working code samples in the…
Retrieve global and tenant-owned update templates.
curl -X GET "https://app.orbiqhq.com/api/v1/updates/templates"{
"templates": [
{
"id": "string",
"title": "string",
"summary": "string",
"description_md": "string",
"badge": "string",
"tenant": "string",
"category": "string"
}
]
}Empty
How is this guide?