|
|
|
|
|
by jsarch
5677 days ago
|
|
From what I can tell, I think it depends on if you want to be able to access the project later. If you don't, then I would recommend using DELETE /project/1234 with { archived: true} as an option. If you want to view the project later, then I think you should do a PUT to create the "archive" resource as in PUT /project/1234/archive or do a POST if you don't know the actual archive URI. |
|