Changes between Version 36 and Version 37 of UniformClearinghouseAPIV2


Ignore:
Timestamp:
01/28/14 14:21:59 (10 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPIV2

    v36 v37  
    902902|| STRING || Generic UTF-8 string ||  ||
    903903|| INTEGER || Generic integer argument || ||
    904 || DATETIME || Date time in RFC3339 format || '''Examples:''' 2013-06-15 02:39:08.25+0300 2013-06-15 02:39:08-05:00 '''Details:''' Timezone offset must be specified. Format: YYYY-MM-dd HH-mm-<seconds><timezone> where <seconds> may include decimal (to millisecond granularity) and <timezone> may be +HH:mm or -HH:mm ||
     904|| DATETIME || Date time in RFC3339 format  (http://tools.ietf.org/html/rfc3339) || '''Examples:''' 2013-06-15 02:39:08.25+0300 2013-06-15 02:39:08-05:00 '''Details:''' Timezone offset must be specified. Format: YYYY-MM-dd HH-mm-<seconds><timezone> where <seconds> may include decimal (to millisecond granularity) and <timezone> may be +HH:mm or -HH:mm ||
    905905|| EMAIL || Well-formed email address compliant with RFC2822 http://tools.ietf.org/html/rfc2822#section-3.4.1 || '''Example:''' jbrown@geni.net ||
    906906|| KEY || SSH or SSL public or private key (contents, not filename) || Key-specific format ||