API Protocol:UploadTemplate

From ToxBank API Wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
{{REST Operations
 
{{REST Operations
 
|REST_op_description=Uploads a template, to be assigned to a protocol
 
|REST_op_description=Uploads a template, to be assigned to a protocol
 +
|REST_resource=Protocol
 
|REST_op_method=POST
 
|REST_op_method=POST
 
|REST_op_uri=/protocol/{id}/template
 
|REST_op_uri=/protocol/{id}/template

Revision as of 11:39, 7 October 2011

Description Uploads a template, to be assigned to a protocol
Resource Protocol
Method POST
URI /protocol/{id}/template
Parameters TBD, template file content in multipart web form, with predefined metadata
Header Parameters
Media Type (input) multipart web form - application/x-www-form-urlencoded, RDF, JSON
Results Task URI, when complete - URI of the new template, e.g. /protocol/P123/template/T45
Media Type (output) text/uri-list
Status code 200,202,400,401,402,403
Facts about API Protocol:UploadTemplateRDF feed
Acts onProtocol  +
Has output media typetext/uri-list  +
Has status code200,202,400,401,402,403  +
Personal tools