Skip to content

Commit

Permalink
updated api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 16, 2024
1 parent 741fdbc commit f1ed0c3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions compose_api/spec/openapi_3_1_0_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,28 @@ paths:
title: Filename
description: 'Name desired for the simularium file. NOTE: pass only the file
name without an extension.'
- name: translate_output
in: query
required: false
schema:
type: boolean
description: Whether to translate the output trajectory prior to converting
to simularium. See simulariumio documentation for more details.
default: true
title: Translate Output
description: Whether to translate the output trajectory prior to converting
to simularium. See simulariumio documentation for more details.
- name: validate_output
in: query
required: false
schema:
type: boolean
description: Whether to validate the outputs for the simularium file. See
simulariumio documentation for more details.
default: true
title: Validate Output
description: Whether to validate the outputs for the simularium file. See
simulariumio documentation for more details.
requestBody:
required: true
content:
Expand Down

0 comments on commit f1ed0c3

Please sign in to comment.