Skip to content

Commit

Permalink
General: Update API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Feb 15, 2024
1 parent 7be7df4 commit fd13399
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion user-workspaces-spec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
description: The User Workspaces Server is an HTTP/Websocket server which allows developers to create workspaces and launch interactive sessions on a variety of resources.
version: 1.0.4
version: 1.0.5
title: HuBMAP User Workspaces Server
termsOfService: 'https://hubmapconsortium.org'
contact:
Expand All @@ -21,6 +21,9 @@ components:
type: string
description:
type: string
default_job_type:
type: string
example: jupyter_lab
workspace_details:
type: object
properties:
Expand Down Expand Up @@ -74,6 +77,8 @@ components:
- active
- deleting
- error
default_job_type:
type: string
workspace_details:
type: object
properties:
Expand Down

0 comments on commit fd13399

Please sign in to comment.