cURL
curl --request POST \ --url https://app.xano.com/api:meta/snippet/{canonical} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "install_access": "public", "install_access_description": "<string>" } '
{ "canonical": "kRG3t_-i", "created_at": "2023-03-23 23:32:56+0000", "updated_at": "2023-03-27 17:58:48+0000", "name": "Token Share Test", "review": "pending", "review_exception": "<string>", "install_access": "public", "install_access_description": "<string>", "featured": true, "verified": true }
Updates the settings for a specific snippet
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
public
link
token
Success!
Was this page helpful?