Skip to content

Commit

Permalink
Remove expand template API
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Sep 12, 2023
1 parent c8d8859 commit cc9ce2f
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 2,116 deletions.
37 changes: 0 additions & 37 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4556,43 +4556,6 @@ paths:
$ref: "#/components/schemas/GarbageCollectionConfig"
401:
$ref: "#/components/responses/Unauthorized"
/templates/{template_location}:
get:
tags:
- templates
operationId: expandTemplate
description: fetch and expand template
parameters:
- in: path
name: template_location
required: true
schema:
type: string
description: URL of the template; must be relative (to a URL configured on the server).
example: spark.submit.conf.tt
- in: query
name: params
schema:
type: object
additionalProperties:
type: string
example:
lakefs_url: https://lakefs.example.com
style: form
explode: true
responses:
200:
description: expanded template
content:
"*/*":
schema:
format: binary
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
default:
$ref: "#/components/responses/ServerError"

/statistics:
post:
Expand Down
1 change: 0 additions & 1 deletion clients/java/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions clients/java/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 0 additions & 104 deletions clients/java/docs/TemplatesApi.md

This file was deleted.

Loading

0 comments on commit cc9ce2f

Please sign in to comment.