From 2055e58ec9d9c45fe94f00fd181bbd4a0546062c Mon Sep 17 00:00:00 2001 From: Alex Thomassen Date: Wed, 28 Feb 2024 15:15:19 +0100 Subject: [PATCH] [Twitch] Followage/Followed - Update token text in notes section, highlight bold text more --- public/static/yaml/endpoints/twitch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/static/yaml/endpoints/twitch.yaml b/public/static/yaml/endpoints/twitch.yaml index ef34ec3..e9663c1 100644 --- a/public/static/yaml/endpoints/twitch.yaml +++ b/public/static/yaml/endpoints/twitch.yaml @@ -55,7 +55,7 @@ endpoints: description: 'How precise the timestamp should be in terms of years, months, weeks, days, hours, minutes & seconds.- Default: 2.' type: "int" notes: - - 'As of September 2023, a token is required to use this endpoint. Either a moderator of the channel, or a channel owner themself, has to authorize using this: Click here to authorize.' + - 'As of September 2023, a token is required to use this endpoint. If you are a moderator or the broadcaster, you can click here to authorize DecAPI and generate the required token.' - 'Gets the time difference (also known as the "follow age") between when :user followed :channel' - route: "followcount/:channel" cached: true @@ -82,7 +82,7 @@ endpoints: description: 'Changes the formatting of the returned date & time. See the PHP date() documentation for reference.
Default format string: M j. Y - h:i:s A (e)' type: "string" notes: - - 'As of September 2023, a token is required to use this endpoint. Either a moderator of the channel, or a channel owner themself, has to authorize using this: Click here to authorize.' + - 'As of September 2023, a token is required to use this endpoint. If you are a moderator or the broadcaster, you can click here to authorize DecAPI and generate the required token.' - 'Retrieves the date and time of when the user followed the channel.' - 'Example format: Mar 13. 2016 - 07:31:29 PM (UTC)' - route: "followers/:channel"