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

Change the format of the channel form #113

Open
EyosiSol opened this issue Dec 31, 2024 · 0 comments
Open

Change the format of the channel form #113

EyosiSol opened this issue Dec 31, 2024 · 0 comments
Assignees
Labels
Chore maintenance tasks like updates, refactoring, or configuration without changing functionality.

Comments

@EyosiSol
Copy link
Collaborator

EyosiSol commented Dec 31, 2024

change the json format of the channel that will be sent to back end

from:

{ "id": "", "name": "", "Metadata": { "type": "" }, "Config": { "token": "", "apiKey": "", "campaignId": "" }, "Date": "" },

to:
{ "id": "", "name": "", "metaData": { "channelType": "", "channelToken": "", "apiKey": "", "campaignId": "" }, "date": "" },

@EyosiSol EyosiSol added the Chore maintenance tasks like updates, refactoring, or configuration without changing functionality. label Dec 31, 2024
@EyosiSol EyosiSol self-assigned this Dec 31, 2024
@EyosiSol EyosiSol linked a pull request Jan 1, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore maintenance tasks like updates, refactoring, or configuration without changing functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant