Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove expand template API #6587

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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