Changes between Initial Version and Version 1 of Ticket #767, comment 2


Ignore:
Timestamp:
16.02.2015 16:17:28 (10 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #767, comment 2

    initial v1  
    2525Here `2301` is the workspace ID. 
    2626The topic's owner is the owner of the workspace then (as shown with the Webclient's Get Info command). 
    27 The topic's creator and modifier will be the user you authenticated user (according to the `Authorization` header). 
     27The topic's creator and modifier will be the authenticated user (according to the `Authorization` header). 
    2828 
    2929As you know `YWRtaW46` is the Base64 encoded version of the string `username:password`. You can do Base64 encoding e.g. with the browser's JavaScript console, by calling JavaScript's `btoa` function.