Changes between Version 66 and Version 67 of GAPI_AM_API_DRAFT


Ignore:
Timestamp:
09/17/12 15:02:36 (12 years ago)
Author:
Aaron Helsinger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GAPI_AM_API_DRAFT

    v66 v67  
    108108
    109109'''Slice''':
    110  * Slice names are <=19 characters, only alphanumeric plus hyphen, underscore, period, or colon (alphanumeric only in first character): `'^[a-zA-Z0-9][-\._:a-zA-Z0-9]\{0,18\}$'`
     110 * Slice names are <=19 characters, only alphanumeric plus hyphen, underscore, or period (alphanumeric only in first character): `'^[a-zA-Z0-9][-\._a-zA-Z0-9]\{0,18\}$'`
    111111
    112112'''Sliver''':
    113  * May use only alphanumeric characters plus hyphen, underscore, period, or colon: `'^[a-zA-Z0-9-_\.:]+$'`
     113 * May use only alphanumeric characters plus hyphen, underscore, or period: `'^[a-zA-Z0-9-_\.]+$'`
    114114
    115115=== Change Set O2: Explicitly define legal characters in some strings ===