Skip to content

Commit e5ecac8

Browse files
committed
Update custom object doc headings
1 parent 9e5eeac commit e5ecac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/docs/pages/custom-objects.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Let's say you want to manage marketing campaigns on DevRev. This guide goes thro
2323

2424
All DevRev objects require a schema. First, create a schema for the "Campaign" custom object. Make sure to replace the `<TOKEN>` with your API token.
2525

26-
### Create a schema and a custom object
26+
### Create custom objects
2727

2828
```curl
2929
curl --location 'https://api.devrev.ai/schemas.custom.set' \
@@ -127,7 +127,7 @@ Note that the `id` field in the above response is the system generated unique ID
127127

128128
The sections below provide more details on the available API endpoints for interacting with custom objects.
129129

130-
### Get a custom object
130+
### Get custom objects
131131

132132
To get a custom object, use the `custom-objects.get` endpoint:
133133

@@ -160,7 +160,7 @@ curl --location 'https://api.devrev.ai/custom-objects.list' \
160160
}'
161161
```
162162

163-
### Update a custom object
163+
### Update custom objects
164164

165165
To update an existing custom object, use the `custom-objects.update` endpoint. The
166166
following example updates the budget of the previously created campaign custom object:
@@ -178,7 +178,7 @@ curl --location 'https://api.devrev.ai/custom-objects.update' \
178178
}'
179179
```
180180

181-
### Delete a custom object
181+
### Delete custom objects
182182

183183
To delete a custom object, use the `custom-objects.delete` endpoint.
184184
The following example deletes the previously created campaign custom object:

0 commit comments

Comments
 (0)