Skip to content

Commit

Permalink
Merge pull request #29 from reportportal/patch/activities
Browse files Browse the repository at this point in the history
 EPMRPP-90099 || API Endpoint for activities project suggestions
  • Loading branch information
raikbitters authored Jun 3, 2024
2 parents 26db878 + efa8b94 commit 9ee8207
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 146 deletions.
53 changes: 0 additions & 53 deletions api/openapi/models/activity.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions api/openapi/models/apiKey.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions api/openapi/models/limit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
title: Limit
x-stoplight:
id: vxcrcboqb394o
type: object
properties:
limit:
type: integer
x-stoplight:
id: 568vjghxgbno6
description: The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
count:
type: integer
x-stoplight:
id: 8u3oihl0ki3dj
description: The number of results returned in this page of results.
Original file line number Diff line number Diff line change
@@ -1,31 +1,47 @@
type: object
x-stoplight:
id: a779774cbed57
title: Offset-based
description: Offset-based pagination
properties:
offset:
type: integer
description: The offset used for this page of results.
minimum: 0
x-stoplight:
id: z9jg7o4fe4jkn
limit:
type: integer
description: The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
minimum: 0
x-stoplight:
id: i0krz9nwy1ndt
total_count:
type: integer
description: One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.
minimum: 0
x-stoplight:
id: e0em1vnu8tj4a
sort:
type: string
description: Field to define the sort field.
x-stoplight:
id: 7oyq1tomalge1
order:
type: string
description: To indicate sorting direction. Ascending or Descending.
enum:
- ASC
- DESC
x-stoplight:
id: 77qo4i7sq47x6
items:
type: array
items: {}
items:
x-stoplight:
id: dsgodc8fbfyfo
x-stoplight:
id: qkgi498bvvex6
required:
- offset
- limit
Expand Down
22 changes: 0 additions & 22 deletions api/openapi/models/searchCriteria.yaml

This file was deleted.

Loading

0 comments on commit 9ee8207

Please sign in to comment.