-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
appwrite/appwrite
#8263Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
👟 Reproduction steps
BREAKING - Parameter url is now optional in the createMembership endpoint
Even though the url is optional, it gives a url missing error.
teams.createMembership(
teamId,
['owner'],
undefined,
userId
);Linked issue:appwrite/appwrite#6839
👍 Expected behavior
it may work or give another error like permission is not allowed.
👎 Actual Behavior
it gives URL is required error.
ERROR Error: Uncaught (in promise): AppwriteException: URL is required
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
sdk-web 13.0.0
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation