Changeset 48 in bookmarks
- Timestamp:
- 06/04/13 12:17:57 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BookmarkApp.pm
r46 r48 351 351 -charset => 'UTF-8', 352 352 ); 353 return ref $value eq 'ARRAY' ? join(' ,', @{ $value }) : $value;353 return ref $value eq 'ARRAY' ? join(' ', @{ $value }) : $value; 354 354 } else { 355 355 $self->header_props( -
trunk/api
r30 r48 20 20 Create or update a bookmark 21 21 22 POST /{id} 23 Update a bookmark 22 24 23 25 == TODO == 24 25 POST /{id}26 Update a bookmark27 26 28 27 PUT /{id}
Note: See TracChangeset
for help on using the changeset viewer.