Skip to content

Commit c0d9191

Browse files
Updating Documentation
1 parent 6bd0626 commit c0d9191

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/v1/includes/_guidebook_web.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Guidebook Web
22

3+
Guidebook Web is the website representation of your guide, and its settings can be controlled by the Guidebook Web `Metadata` resource.
4+
35
## Listing Guidebook Web `Metadata` objects
46

57
This endpoint will list all Guidebook Web `Metadata` objects that are owned by your Account. Typically, this endpoint is called with a `guide_id` filter such that it returns the Guidebook Web `Metadata` object associated to a lone `Guide` object that is owned by you.
@@ -30,7 +32,8 @@ response = request.get(guidebook_web_metadata_url, headers={'Authorization': 'JW
3032
"enabled": true
3133
}
3234
]
33-
}```
35+
}
36+
```
3437

3538
### HTTP Request
3639

0 commit comments

Comments
 (0)