Skip to content
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
26 changes: 13 additions & 13 deletions openapi/v1/expressionCurator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Unique identifier (runId) of the run.
in: path
name: id
required: true
Expand Down Expand Up @@ -365,7 +365,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single group object by run ID (accession)
summary: Retrieve a single group object by run ID (runId)
tags:
- Expression SPoT as Curator
/api/v1/as-curator/expressions/group/{id}:
Expand All @@ -378,7 +378,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Expression group identifier (groupId).
in: path
name: id
required: true
Expand Down Expand Up @@ -424,7 +424,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single group object by ID (accession)
summary: Retrieve a single expression group by ID (groupId)
tags:
- Expression SPoT as Curator
/api/v1/as-curator/expressions/runs/by/group/{id}:
Expand Down Expand Up @@ -495,7 +495,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Expression object unique identifier (itemId).
in: path
name: id
required: true
Expand Down Expand Up @@ -541,7 +541,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single expression object by ID (accession)
summary: Retrieve a single expression object by ID (itemId)
tags:
- Expression SPoT as Curator
patch:
Expand All @@ -556,7 +556,7 @@ paths:
The attribute values are intelligently parsed as booleans, integers, etc.
operationId: updateExpressionRunAsCurator
parameters:
- description: Unique identifier (accession) of the object.
- description: Expression object run ID (runId).
in: path
name: id
required: true
Expand Down Expand Up @@ -596,15 +596,15 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Update object metadata
summary: Update metadata object by expression object run ID (runId)
tags:
- Expression SPoT as Curator
x-codegen-request-body-name: body
/api/v1/as-curator/expressions/{id}/versions:
get:
operationId: getExpressionVersionsAsCurator
parameters:
- description: Unique identifier (accession) of the object.
- description: Expression object run ID (runId).
in: path
name: id
required: true
Expand Down Expand Up @@ -633,7 +633,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a list of object versions by ID
summary: Retrieve a list of expression object versions by run ID (runId)
tags:
- Expression SPoT as Curator
/api/v1/as-curator/expressions/{id}/versions/{version}:
Expand All @@ -646,13 +646,13 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Expression object run ID (runId).
in: path
name: id
required: true
schema:
type: string
- description: Unique version of the object.
- description: Unique version of the expression object.
in: path
name: version
required: true
Expand Down Expand Up @@ -698,7 +698,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single expression object by ID (accession)
summary: Retrieve a single expression object by run ID and its version
tags:
- Expression SPoT as Curator
components:
Expand Down
20 changes: 10 additions & 10 deletions openapi/v1/expressionUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Unique identifier (runId) of the run.
in: path
name: id
required: true
Expand Down Expand Up @@ -366,7 +366,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single group object by run ID (accession)
summary: Retrieve a single group object by run ID (runId)
tags:
- Expression SPoT as User
/api/v1/as-user/expressions/group/{id}:
Expand All @@ -379,7 +379,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Expression group identifier (groupId).
in: path
name: id
required: true
Expand Down Expand Up @@ -425,7 +425,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single group object by ID (accession)
summary: Retrieve a single expression group by ID (groupId)
tags:
- Expression SPoT as User
/api/v1/as-user/expressions/runs/by/group/{id}:
Expand Down Expand Up @@ -496,7 +496,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Expression object unique identifier (itemId).
in: path
name: id
required: true
Expand Down Expand Up @@ -542,14 +542,14 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single expression object by ID (accession)
summary: Retrieve a single expression object by ID (itemId)
tags:
- Expression SPoT as User
/api/v1/as-user/expressions/{id}/versions:
get:
operationId: getExpressionVersionsAsUser
parameters:
- description: Unique identifier (accession) of the object.
- description: Expression object run ID (runId).
in: path
name: id
required: true
Expand Down Expand Up @@ -578,7 +578,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a list of object versions by ID
summary: Retrieve a list of expression object versions by run ID (runId)
tags:
- Expression SPoT as User
/api/v1/as-user/expressions/{id}/versions/{version}:
Expand All @@ -591,7 +591,7 @@ paths:
name: responseFormat
schema:
$ref: "#/components/schemas/ResponseFormat"
- description: Unique identifier (accession) of the object.
- description: Expression object run ID (runId).
in: path
name: id
required: true
Expand Down Expand Up @@ -643,7 +643,7 @@ paths:
security:
- Access-token: []
- Genestack-API-Token: []
summary: Retrieve a single expression object by ID (accession)
summary: Retrieve a single expression object by run ID and its version
tags:
- Expression SPoT as User
components:
Expand Down
Loading