Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kubeshop template API

The template API from Kubeshop — 2 operation(s) for template.

Kubeshop template API is one of 30 APIs that Kubeshop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include template. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against 2 base URLs: https://api.testkube.io, https://.

5 operations 2 paths 5 schemas 2 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.testkube.io
License
Resource Areas
1

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 2 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

template 5
POST
/templates
Create new template
createTemplate body → 200201400502
DELETE
/templates
Delete templates
deleteTemplates 1 param → 204502
DELETE
/templates/{id}
Delete template
deleteTemplate 1 param → 204404502
GET
/templates/{id}
Get template details
getTemplate 1 param → 200400404500502
PATCH
/templates/{id}
Update new template
updateTemplate 1 param body → 200400404502

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Template (5 properties), Problem (5 properties). Each schema is shown below with its type and property counts.

TemplateType
string
template type by purpose
Problem
object
problem response in case of error
5 properties
Template
object
Golang based template
5 properties 3 required
TemplateCreateRequest
object
template create request body
TemplateUpdateRequest
object
template update request body

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-template-api-openapi.yml Raw ↑

Other APIs Kubeshop publishes across the network.

Kubeshop api API
Kubeshop artifacts API
Kubeshop cluster-resources API
Kubeshop Executions API
Kubeshop executor API
Kubeshop keymap API
Kubeshop labels API
Kubeshop logs API
Kubeshop Organizations API
Kubeshop pro API
Kubeshop repository API
Kubeshop secrets API