Endpoints
Resource model
GET
/api/v1/resource-kinds/{kind}/schemaAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
kind*Kind
Query Parameters
version?Version
apiVersion to explain, e.g. up0.io/v1
Default
"up0.io/v1"Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/resource-kinds/string/schema"{ "kind": "string", "api_version": "string", "reference_only": true, "fields": [ { "field": "string", "type": "string", "required": true, "default": null, "notes": "" } ]}