Skip to content

Fix/open api fixes#725

Open
seferturan wants to merge 5 commits intomasterfrom
fix/open_api_fixes
Open

Fix/open api fixes#725
seferturan wants to merge 5 commits intomasterfrom
fix/open_api_fixes

Conversation

@seferturan
Copy link
Contributor

⚠️ Warning ⚠️

  • Contains breaking changes.

🎶 Notes 🎶

@michaldrabik
Copy link
Collaborator

@seferturan Please also make these connections boolean fields for user setting nullish while at it:

GET /users/settings
@Serializable
data class GetUsersSettings200ResponseConnections(

    @SerialName(value = "facebook")
    val facebook: kotlin.Boolean,

    @SerialName(value = "twitter")
    val twitter: kotlin.Boolean,

    @SerialName(value = "mastodon")
    val mastodon: kotlin.Boolean,

.......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants