Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Management Service

Auto-generated from /home/runner/work/feature-flag/feature-flag/proto/management/v1/management_service.proto

Package: stitchd.management.v1

Message: CreateOrgRequest

FieldTypeDescription
namestring

Message: CreateOrgResponse

FieldTypeDescription
org_idstring
org_namestring

Message: CreateProjectRequest

FieldTypeDescription
org_idstring
namestring

Message: CreateProjectResponse

FieldTypeDescription
project_idstring
project_namestring

Message: CreateEnvironmentRequest

FieldTypeDescription
project_idstring
namestring

Message: CreateEnvironmentResponse

FieldTypeDescription
environment_idstring
environment_namestring

Message: CreateSdkKeyRequest

FieldTypeDescription
environment_idstring

Message: CreateSdkKeyResponse

FieldTypeDescription
sdk_key_idstring
raw_keystringThe raw key — only returned on creation, never stored in plaintext.

Message: CreateUserRequest

FieldTypeDescription
org_idstring
emailstring
display_namestring
passwordstring
org_rolestring“org_admin” or “org_member”

Message: CreateUserResponse

FieldTypeDescription
user_idstring
emailstring
display_namestring

Service: ManagementService

CreateOrg

  • Request: CreateOrgRequest
  • Response: CreateOrgResponse

CreateProject

  • Request: CreateProjectRequest
  • Response: CreateProjectResponse

CreateEnvironment

  • Request: CreateEnvironmentRequest
  • Response: CreateEnvironmentResponse

CreateSdkKey

  • Request: CreateSdkKeyRequest
  • Response: CreateSdkKeyResponse

CreateUser

  • Request: CreateUserRequest
  • Response: CreateUserResponse