Template List

Returns the organization template list. Please note this api requires write access to the repository.

GET /api/templates/{namespace}

Example Response Body:

1
2
3
4
5
6
[{
	"id": 1,
	"name": "plugin.starlark",
	"namespace": "octocat",
	"data": "data"
}]