Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
16 changes: 8 additions & 8 deletions src/api/config-api/api-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: API Design
---

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

## API Evolution: Versioning and Compatibility

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

You can manage each resource using standard methods:

| Method | HTTP Mapping |
|--------|-----------------------|
| List | GET <collection URL> |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This <collection URL> is not shown in the page, should we remove it?

Page: https://segment.com/docs/api/config-api/api-design/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lopenchi Yes, I think you can safely remove it for now.

| Get | GET <resource URL> |
| Create | POST <collection URL> |
| Update | PATCH <resource URL> |
| Delete | DELETE <resource URL> |
| Method | HTTP Mapping |
|--------|------------------------|
| List | GET \<collection URL> |
| Get | GET \<resource URL> |
| Create | POST \<collection URL> |
| Update | PATCH \<resource URL> |
| Delete | DELETE \<resource URL> |

## Errors

Expand Down
2 changes: 1 addition & 1 deletion src/api/config-api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Authentication
---

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


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.
Expand Down
2 changes: 1 addition & 1 deletion src/api/config-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redirect_from:
- '/config-api'
---

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/api/public-api/fql.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ redirect_from:
- /api/config-api/fql
---

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

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"}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This destination is maintained by ABsmartly. For any issues with the destination
> info ""
> If you need support setting things up, you can contact the ABsmartly support team on Slack or [via email](mailto:support@absmartly.com).

# Sending exposures to Segment
## Sending exposures to Segment

It can be useful to send experiment exposures to Segment for visibility from
other destinations. The Segment Spec includes the [Experiment Viewed semantic event](/docs/connections/spec/ab-testing/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Braze web-mode (Actions) provides the following benefits over Braze (Classic):
3. Choose which of your sources to connect the destination to and follow the steps to create your destination.
> warning "Mapping settings"
> Some events require specific property names to map correctly into Braze.
> For example, purchase events must use a `products` array with `product_id` and `price.
> For example, purchase events must use a `products` array with `product_id` and `price`.
> See [Braze-web settings mappings](#braze-web-settings-mapping) for "Device-web" for the full list of requirements before setting up mappings.
4. In the **Settings** tab, configure the connection settings. **API Key**, **SDK Endpoint**, and **REST Endpoint** are required settings.

Expand Down
4 changes: 0 additions & 4 deletions src/engage/journeys/v2/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,3 @@ These examples show key moments in the journey, from entry to conversion milesto
```
{% endcodeexampletab %}
{% endcodeexample %}



-->
Loading