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.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/updates/templates"{ "templates": [ { "id": "string", "title": "string", "summary": "string", "description_md": "string", "badge": "string", "tenant": "string", "category": "string" } ]}How is this guide?