Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit b5a47be

Browse files
author
Chris Brown
committed
Fix spec for map token
- project is a UUID - missing query parameters
1 parent 029a509 commit b5a47be

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

rasterfoundry/spec.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,8 @@ paths:
10581058
- $ref: '#/parameters/projectId'
10591059
- $ref: '#/parameters/organization'
10601060
- $ref: '#/parameters/createdBy'
1061+
- $ref: '#/parameters/page'
1062+
- $ref: '#/parameters/project'
10611063
responses:
10621064
200:
10631065
description: Paginated list of map tokens
@@ -2120,13 +2122,8 @@ definitions:
21202122
type: string
21212123
description: Human friendly label for map token
21222124
project:
2123-
type: object
2124-
properties:
2125-
id:
2126-
type: string
2127-
format: UUID
2128-
name:
2129-
type: string
2125+
type: string
2126+
format: uuid
21302127
MapTokenPaginated:
21312128
allOf:
21322129
- $ref: '#/definitions/PaginatedResponse'

0 commit comments

Comments
 (0)