Undo accidental removal of workplace ID example

master
Erin Bleiweiss 2018-09-24 15:12:19 -05:00
parent 99b52211f4
commit 02eeaafba6
No known key found for this signature in database
GPG Key ID: F69B2138BD594660
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ module PayloadApiDoc
URLS_DESC = 'The unique, encoded urls used to host this payload. Only applicable for http(s) payloads.'
URLS_EXAMPLE = ['/bd5c4OlMn0OeQp9AxdvC_Q2EIcdSRvg7gzLdQwU__Mb1WtjGR8C4UbjohhRIgbmBfFFBsNJ-wZMyFZKK33aorc8qfD0xCsmxSEyHaiyjGn0ykbJOlYFF1j1HXShiKiiwbfh_wPf2uqSWk2tnaLAqwuvxPcRuDPF-kdkmDDC2']
DESCRIPTION_DESC = 'A description of why this payload was created and what it is being used for.'
WORKSPACE_ID_DESC = 'The ID of the workspace this payload belongs to.'
WORKSPACE_ID_EXAMPLE = 1
RAW_PAYLOAD_DESC = 'A URL pointing to where the binary payload can be downloaded from.'
RAW_PAYLOAD_HASH_DESC = 'The unique hash value for the generated payload binary.'
BUILD_OPTS_DESC = 'A hash containing various options used to build this payload.'