Skip to content

Commit 48f212b

Browse files
BehnHgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent d6438f7 commit 48f212b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+104
-44
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the OpenAPI Spec for the [Loops API](https://loops.so/docs/api).
55
## Overview
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

8-
- API version: 1.4.2
8+
- API version: 1.4.3
99
- Package version: 1.0.2
1010
- Generator version: 7.7.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen

api/openapi.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
description: "This is the OpenAPI Spec for the [Loops API](https://loops.so/docs/api)."
44
title: Loops OpenAPI Spec
5-
version: 1.4.2
5+
version: 1.4.3
66
servers:
77
- url: https://app.loops.so/api/v1
88
tags:
@@ -272,6 +272,17 @@ paths:
272272
/events/send:
273273
post:
274274
description: Send events to trigger emails in Loops.
275+
parameters:
276+
- description: "Include a unique ID for this request (maximum 100 characters)\
277+
\ to avoid duplicate events. [More info](https://loops.so/docs/api-reference/send-event#param-idempotency-key)"
278+
explode: false
279+
in: header
280+
name: Idempotency-Key
281+
required: false
282+
schema:
283+
maxLength: 100
284+
type: string
285+
style: simple
275286
requestBody:
276287
content:
277288
application/json:
@@ -353,6 +364,17 @@ paths:
353364
post:
354365
description: "Send a transactional email to a contact.<br>Please [email us](mailto:help@loops.so)\
355366
\ to enable attachments on your account before using them with the API."
367+
parameters:
368+
- description: "Include a unique ID for this request (maximum 100 characters)\
369+
\ to avoid duplicate emails. [More info](https://loops.so/docs/api-reference/send-transactional-email#param-idempotency-key)"
370+
explode: false
371+
in: header
372+
name: Idempotency-Key
373+
required: false
374+
schema:
375+
maxLength: 100
376+
type: string
377+
style: simple
356378
requestBody:
357379
content:
358380
application/json:

api_api_key.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_contact_properties.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_contacts.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_events.go

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_mailing_lists.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_transactional_emails.go

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)