Skip to content

Commit 2643327

Browse files
committed
Update wording of docs
1 parent a6d5a8f commit 2643327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ paths:
6363
tags:
6464
- "speakers"
6565
operationId: getAllSpeakersEmails
66-
description: 'Undocumented endpoint for retrieving the speaker-emails'
66+
description: 'Undocumented endpoint for retrieving the speakers with emails'
6767
parameters:
6868
- name: endpointId
6969
in: path

sessionize-java-client/src/generated/java/software/xdev/sessionize/api/SpeakersApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public List<Speaker> getAllSpeakers(String endpointId, Map<String, String> addit
129129

130130
/**
131131
*
132-
* Undocumented endpoint for retrieving the speaker-emails
132+
* Undocumented endpoint for retrieving the speakers with emails
133133
* @param endpointId (required)
134134
* @param s Special key that is only available/retrievable for unlocked admins (Contacting Sessionize-Support is required) (required)
135135
* @return List&lt;SpeakerWithEmail&gt;
@@ -142,7 +142,7 @@ public List<SpeakerWithEmail> getAllSpeakersEmails(String endpointId, String s)
142142

143143
/**
144144
*
145-
* Undocumented endpoint for retrieving the speaker-emails
145+
* Undocumented endpoint for retrieving the speakers with emails
146146
* @param endpointId (required)
147147
* @param s Special key that is only available/retrievable for unlocked admins (Contacting Sessionize-Support is required) (required)
148148
* @param additionalHeaders additionalHeaders for this call

0 commit comments

Comments
 (0)