Skip to content

Commit 009b00e

Browse files
authored
Merge pull request #8098 from lopenchi/DOCSPLAT-3061
Small fixes - Batch 5.4 migration
2 parents 3579b8e + f0bd5b4 commit 009b00e

File tree

8 files changed

+13
-17
lines changed

8 files changed

+13
-17
lines changed
File renamed without changes.

src/api/config-api/api-design.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: API Design
33
---
44

5-
{% include content/papi-ga.html %}
5+
{% include content/papi-ga.md %}
66

77
## API Evolution: Versioning and Compatibility
88

@@ -28,13 +28,13 @@ The Config API is a set of REST APIs for managing Segment resources. The primary
2828

2929
You can manage each resource using standard methods:
3030

31-
| Method | HTTP Mapping |
32-
|--------|-----------------------|
33-
| List | GET <collection URL> |
34-
| Get | GET <resource URL> |
35-
| Create | POST <collection URL> |
36-
| Update | PATCH <resource URL> |
37-
| Delete | DELETE <resource URL> |
31+
| Method | HTTP Mapping |
32+
|--------|------------------------|
33+
| List | GET \<collection URL> |
34+
| Get | GET \<resource URL> |
35+
| Create | POST \<collection URL> |
36+
| Update | PATCH \<resource URL> |
37+
| Delete | DELETE \<resource URL> |
3838

3939
## Errors
4040

src/api/config-api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authentication
33
---
44

5-
{% include content/papi-ga.html %}
5+
{% include content/papi-ga.md %}
66

77

88
You can access the Config API programmatically using access tokens. When you authenticate with an access token, you have access to any resource and permission assigned to the token.

src/api/config-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redirect_from:
44
- '/config-api'
55
---
66

7-
{% include content/papi-ga.html %}
7+
{% include content/papi-ga.md %}
88

99
The Config API lets you programmatically manage Segment workspaces, sources, destinations, and more.
1010

src/api/public-api/fql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ redirect_from:
55
- /api/config-api/fql
66
---
77

8-
{% include content/papi-ga.html %}
8+
{% include content/papi-ga.md %}
99

1010
This reference provides a comprehensive overview of the Segment Destination Filter query language. For information on the Destination Filters API (including information on migrating from the Config API), visit the [Destination Filters API reference](https://docs.segmentapis.com/tag/Destination-Filters){:target="_blank"}.
1111

src/connections/destinations/catalog/actions-absmartly/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This destination is maintained by ABsmartly. For any issues with the destination
2929
> info ""
3030
> If you need support setting things up, you can contact the ABsmartly support team on Slack or [via email](mailto:support@absmartly.com).
3131
32-
# Sending exposures to Segment
32+
## Sending exposures to Segment
3333

3434
It can be useful to send experiment exposures to Segment for visibility from
3535
other destinations. The Segment Spec includes the [Experiment Viewed semantic event](/docs/connections/spec/ab-testing/)

src/connections/destinations/catalog/actions-braze-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Braze web-mode (Actions) provides the following benefits over Braze (Classic):
2929
3. Choose which of your sources to connect the destination to and follow the steps to create your destination.
3030
> warning "Mapping settings"
3131
> Some events require specific property names to map correctly into Braze.
32-
> For example, purchase events must use a `products` array with `product_id` and `price.
32+
> For example, purchase events must use a `products` array with `product_id` and `price`.
3333
> See [Braze-web settings mappings](#braze-web-settings-mapping) for "Device-web" for the full list of requirements before setting up mappings.
3434
4. In the **Settings** tab, configure the connection settings. **API Key**, **SDK Endpoint**, and **REST Endpoint** are required settings.
3535

src/engage/journeys/v2/use-cases.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,3 @@ These examples show key moments in the journey, from entry to conversion milesto
632632
```
633633
{% endcodeexampletab %}
634634
{% endcodeexample %}
635-
636-
637-
638-
-->

0 commit comments

Comments
 (0)