سطر 28: |
سطر 28: |
| | | |
| | | |
− | == <code>instate_listing</code> == | + | == <code>instate_entry</code> == |
− | <code>( <var>token</var>: string([[../cryptographic-token|cryptographic token]]) )</code> | + | <code>( <var>token</var>: string([[../cryptographic-token|token]]) )</code> |
| | | |
| [[../workflow#Listing instatement|Instates a listing]] via user action. | | [[../workflow#Listing instatement|Instates a listing]] via user action. |
| | | |
− | This is a GET request via the URL <code>/instate-listing/<var>cryptographic-token</var></code> | + | This is a GET request via the URL <code>/instate-listing/<var>token</var></code> |
| | | |
| | | |
− | == <code>request_removal</code> == | + | == <code>request_entry_removal</code> == |
| <code>( <var>id</var>: string(id) )</code> | | <code>( <var>id</var>: string(id) )</code> |
| | | |
| Initiates a [[../workflow#removal request|listing deletion request]] | | Initiates a [[../workflow#removal request|listing deletion request]] |
| | | |
− | This is a GET request via the URL <code>/delete-request/<var>id</var></code> | + | This is a GET request via the URL <code>/removal-request/<var>id</var></code> |
| | | |
| | | |
− | == <code>remove_listing</code> == | + | == <code>remove_entry</code> == |
− | <code>( <var>token</var>: string([[../cryptographic token|cryptographic token]]) )</code> | + | <code>( <var>token</var>: string([[../cryptographic token|token]]) )</code> |
| | | |
| Initiates the [[../workflow#Listing removal|removal of a listing]] from the public listings into the [[../data#archive|archive]]. Listings removed via this procedure have a status flag <kbd>removed-by-user</kbd>. | | Initiates the [[../workflow#Listing removal|removal of a listing]] from the public listings into the [[../data#archive|archive]]. Listings removed via this procedure have a status flag <kbd>removed-by-user</kbd>. |
| + | |
| + | This is a GET request via the URL <code>/remove/<var>token</var></code> |
| | | |
| == <code>get_user_listings</code> == | | == <code>get_user_listings</code> == |
− | <code>( <var>email-address</var> )</code> | + | <code>( <var>email_address</var> )</code> |
| | | |
| Initiates a [[../workflow#Listings retrieval|listings retrieval]] procedure | | Initiates a [[../workflow#Listings retrieval|listings retrieval]] procedure |
| | | |
| </div> | | </div> |