projects
Creates a new consent store in the parent dataset. Attempting to create a consent store with the same ID as an existing store fails with an ALREADY_EXISTS error.
post/v1/{+parent}/consentStores
Path parameters
parentstring required
Required. The name of the dataset this consent store belongs to.
Query parameters
consentStoreIdstring
Required. The ID of the consent store to create. The string must match the following regex: [\p{L}\p{N}_\-\.]{1,256}. Cannot be changed after creation.
Request body
Response
Successful response