Skip to content

Commit

Permalink
remove request field doc.storage, deprecate doc.storageid
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Apr 21, 2015
1 parent 39f92a1 commit ca90aa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions paia.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,12 @@ scope
: write_item
request parameters
: name occ data type description
--------------- ------ ----------- ------------------------------
--------------- ------ ----------- ----------------------------------------
doc 1..n list of documents requested
doc.item 0..1 URI URI of a particular item
doc.edition 0..1 URI URI of a particular edition
doc.storage 0..1 string Requested pickup location
doc.storageid 0..1 URI Requested pickup location
--------------- ------ ----------- ------------------------------
doc.storageid 0..1 URI Requested pickup location (deprecated)
--------------- ------ ----------- ----------------------------------------
response fields
: name occ data type description
------ ------ ----------- -----------------------------------------
Expand Down Expand Up @@ -1063,6 +1062,7 @@ included at <https://github.com/gbv/paia/releases> with release notes.
* added mandatory HTTP OPTIONS and optional HTTP HEAD requests
* extended CORS headers (`Access-Control-...`)
* fixed name of `WWW-Authenticate` header
* removed request field `doc.storage` and deprecate field `doc.storageid`
* improved documentation

#### 1.0.8 (2015-04-16) {.unnumbered}
Expand Down

0 comments on commit ca90aa7

Please sign in to comment.