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

Endpoint: Add consent type #204

Closed
Tracked by #196
atompie opened this issue Nov 22, 2021 · 0 comments
Closed
Tracked by #196

Endpoint: Add consent type #204

atompie opened this issue Nov 22, 2021 · 0 comments
Assignees
Labels
good first issue Good for newcomers plugin Tracardi plugins
Milestone

Comments

@atompie
Copy link
Collaborator

atompie commented Nov 22, 2021

Endpoint

POST /consent

Body:

{
  "id": <uuid>,
  "name": "<string>",
  "description": "<string>",
  "revokable": <bool>,
  "default_value": "<grant|deny>"
}
@atompie atompie added frontend Frontend idea task good first issue Good for newcomers plugin Tracardi plugins and removed frontend Frontend idea task labels Nov 22, 2021
@DawidekZagajnik DawidekZagajnik self-assigned this Nov 23, 2021
atompie pushed a commit that referenced this issue Nov 23, 2021
* issues #196, #204, #205, #206
* refactoring, divided ConsentForm into two classes so it does not require id from user
@atompie atompie added this to the version 0.6.1 milestone Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers plugin Tracardi plugins
Projects
None yet
Development

No branches or pull requests

2 participants