We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
collection_type
The collection type field in #1284 currently handles and validates string values, and there are a mappable and finite number of options
Create an enum in SDMS.proto that can be used in the request and core to represent the options below:
SDMS.proto
core
MAPPED HA GUEST PERSONAL
This enum will need to be included in other source files much like AccessTokenType in foxx/api/support.js and web/services/UserToken.js
AccessTokenType
foxx/api/support.js
web/services/UserToken.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Statement
The collection type field in #1284 currently handles and validates string values, and there are a mappable and finite number of options
Description
Create an enum in
SDMS.proto
that can be used in the request andcore
to represent the options below:This enum will need to be included in other source files much like
AccessTokenType
infoxx/api/support.js
andweb/services/UserToken.js
Acceptance
The text was updated successfully, but these errors were encountered: