Skip to content

Commit a1ce498

Browse files
[Automated] OpenAPI Spec Update (#9)
[create-pull-request] automated change Co-authored-by: BehnH <[email protected]>
1 parent 6d4ec87 commit a1ce498

35 files changed

+94
-37
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.3.3
8+
- API version: 1.3.4
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: 5 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.3.3
5+
version: 1.3.4
66
servers:
77
- url: https://app.loops.so/api/v1
88
tags:
@@ -567,16 +567,20 @@ components:
567567
MailingList:
568568
example:
569569
name: name
570+
description: description
570571
isPublic: true
571572
id: id
572573
properties:
573574
id:
574575
type: string
575576
name:
576577
type: string
578+
description:
579+
type: string
577580
isPublic:
578581
type: boolean
579582
required:
583+
- description
580584
- id
581585
- isPublic
582586
- name

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_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_custom_fields.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: 1 addition & 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: 1 addition & 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)