Skip to content

Commit

Permalink
Merge branch 'master' into feature/24214-move-transformation-error-to…
Browse files Browse the repository at this point in the history
…-ctd-section
  • Loading branch information
CiotkaCierpienia authored Apr 8, 2024
2 parents 50a1398 + fd1b10c commit 97d169a
Show file tree
Hide file tree
Showing 23 changed files with 1,014 additions and 152 deletions.
4 changes: 2 additions & 2 deletions docs/API/content-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The internal system API is used to define and list Content Types (models), which

The user public API exposes the user-defined Content Types (models) via a REST interface.

You can learn how to obtain your schema [here](open-api-schema.md).
You can learn how to obtain your schema [in the next article about OpenAPI schema](open-api-schema.md).

## Key concepts

Expand Down Expand Up @@ -47,7 +47,7 @@ Example:

API token (described across the documentation as `YOUR API TOKEN` or `YOUR_API_TOKEN`) should be obtained from the User profile view of the Flotiq panel.
All examples here have authentication in the request header, but you can also use `?auth_token=YOUR_API_TOKEN` in the request URL.
You can learn how to obtain your API key [here](index.md).
You can learn how to obtain your API key [in the next article](index.md).

## Working with Content Objects

Expand Down
2 changes: 1 addition & 1 deletion docs/API/content-type/creating-co.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,5 +1137,5 @@ Response parameters:
[Register to start creating your content objects](https://editor.flotiq.com/register.html){: .flotiq-button}


[^1]: Number of available Content Objects depends on the chosen subscription plan. Check pricing and limits [here](https://flotiq.com/pricing){:target="_blank"}
[^1]: Number of available Content Objects depends on the chosen subscription plan. Check pricing and limits on the [Flotiq Pricing page](https://flotiq.com/pricing){:target="_blank"}
[^2]: Limit can be changed in the [enterprise plan](https://flotiq.com/pricing){:target="_blank"}
2 changes: 1 addition & 1 deletion docs/API/content-type/creating-ctd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1179,4 +1179,4 @@ If you'd rather use our graphical interface to design your Content Types - read

[Register to send all requests with your own API today](https://editor.flotiq.com/register.html){: .flotiq-button}

[^1]: Number of available Content Type Definitions depends on the chosen subscription plan. Check pricing and limits [here](https://flotiq.com/pricing){:target="_blank"}
[^1]: Number of available Content Type Definitions depends on the chosen subscription plan. Check pricing and limits on the [Flotiq Pricing page](https://flotiq.com/pricing){:target="_blank"}
Loading

0 comments on commit 97d169a

Please sign in to comment.