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

Commit 2716ea3

Browse files
author
Chris Brown
committed
Fix spec for project creation/upload types
- 201 is the appropriate project create response - Added missing PLANET upload type
1 parent 024b5f5 commit 2716ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rasterfoundry/spec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ paths:
659659
schema:
660660
$ref: '#/definitions/Project'
661661
responses:
662-
202:
662+
201:
663663
description: Project details; at this point scene processes may be in-progress
664664
schema:
665665
$ref: '#/definitions/Project'
@@ -3075,6 +3075,7 @@ definitions:
30753075
- DROPBOX
30763076
- S3
30773077
- LOCAL
3078+
- PLANET
30783079
fileType:
30793080
type: string
30803081
description: type of data being uploaded, limited to two options right now

0 commit comments

Comments
 (0)