updated docs pipeline

This commit is contained in:
John Yeo
2026-02-16 15:46:29 +00:00
parent a22c4133cd
commit 121fe74669
98 changed files with 3564 additions and 3495 deletions

View File

@@ -0,0 +1,12 @@
---
title: "Get or Create Customer"
openapi: "openapi POST /v1/customers.getOrCreate"
---
import { DynamicParamField } from "/components/dynamic-param-field.jsx";
import { DynamicResponseField } from "/components/dynamic-response-field.jsx";
import { DynamicResponseExample } from "/components/dynamic-response-example.jsx";
<Note>
If the customer already exists and you try to create it again, you will simply be returned the customer object (rather than an error being thrown).
</Note>