User Tools

Site Tools


compound

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
compound [2023/12/20 12:47] – shankarcompound [2024/03/19 13:23] (current) – shankar
Line 25: Line 25:
  
 ===== POST ===== ===== POST =====
-{{:screenshot_2023-12-13_at_15.44.39.png?nolink|}}+^ URI              ^ Parameter            ^ Accept Types          ^ Result ^ Status Codes ^  
 +|/compound|//compoundSmiles//|:::|Create a new Compound in the default package. The redirect points to the URI of the new Compound.| 303 - See Other| 
 +|:::|//compoundName//|::: |:::|500 - Internal Server Error | 
 +|:::|//compoundDescription//|:::|:::| 
 +|/package/<id>/compound|//compoundName//|:::|Create a new Compound in the package given by the URI. The redirect points to the URI of the new Compound.| 401 - Unauthorized | 
 +|:::|//compoundDescription//|:::|:::|500 - Internal Server Error | 
 +|:::|//compoundSmiles//|:::|:::| 200 - OK | 
 +|/package/<id>/compound/<id>|//setAsDefaultName//|:::|Modify the compound identified by the URI. Set  to "setAsDefaultName" to use the new alias as default name.| 401 - Unauthorized| 
 +|:::|//compoundDescription//|:::|:::|404 - Not Found|
  
 ===== DELETE ===== ===== DELETE =====
-{{:screenshot_2023-12-13_at_16.00.47.png?nolink|}} + 
-               +^ URI              ^ Parameter Accept Types          ^ Result ^ Status Codes ^  
 +|/compound|:::|Delete all compounds the user has write access on|303 - See Other | 
 +|:::|:::|:::|500 - Internal Server Error | 
 +|:::|:::|:::|303 - See Other | 
 +|/package/<id>/compound|:::|Delete all compounds in the package given by the URI|401- Unauthorized| 
 +|:::|:::|:::|500 - Internal Server Error| 
 +|/package/<id>/compound/<id>|:::|Delete the compound identified by the URI.|303 - See Other| 
 +|:::|:::|:::| 401 - Unauthorized | 
 +|:::|:::|:::| 404 - Not Found | 
 +|:::|:::|:::|500 - Internal Server Error| 
 + 
 +===== PUT ===== 
 +Not Implemented.
compound.1703076444.txt.gz · Last modified: 2023/12/20 12:47 by shankar