Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DomainData to Organization create and update methods, replacing deprecated domains #165

Conversation

mthadley
Copy link
Contributor

@mthadley mthadley commented May 7, 2024

Description

Adds a new DomainData option to be passed to Organization create and update calls, instead of the Domains parameter which is being deprecated.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@mthadley mthadley requested a review from a team as a code owner May 7, 2024 00:17
@mthadley mthadley requested a review from rwtombaugh May 7, 2024 00:17
Copy link

linear bot commented May 7, 2024

@@ -1,5 +1,6 @@
namespace WorkOS
{
using System;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this System used for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was added in order to use ObsoleteAttribute which comes from the System namespace.

@mthadley mthadley merged commit 0dbba38 into main May 7, 2024
3 checks passed
@mthadley mthadley deleted the feature/auth-3095-net-add-domains_data-to-sdks-and-deprecate-domains branch May 7, 2024 19:19
@mthadley mthadley mentioned this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants