Skip to content

Commit

Permalink
clarify uniqueness of access_id (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazer authored and briandoconnor committed Aug 12, 2019
1 parent f042fce commit a8d457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/data_repository_service.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ definitions:
type: string
description: >-
An arbitrary string to be passed to the `/access` method to get an `AccessURL`.
This string must be unique per object.
This string must be unique within the scope of a single object.
Note that at least one of `access_url` and `access_id` must be provided.
region:
type: string
Expand Down

0 comments on commit a8d457e

Please sign in to comment.