Options
All
  • Public
  • Public/Protected
  • All
Menu

Validate contents of group profile. Use to provide immediate feedback on profile changes before committing them.

example

Use a bare-bones client and the command you need to make an API call.

import { GroupServiceClient, ValidateGroupProfileCommand } from "@rivet-gg/group"; // ES Modules import
// const { GroupServiceClient, ValidateGroupProfileCommand } = require("@rivet-gg/group"); // CommonJS import
const client = new GroupServiceClient(config);
const command = new ValidateGroupProfileCommand(input);
const response = await client.send(command);
see

ValidateGroupProfileCommandInput for command's input shape.

see

ValidateGroupProfileCommandOutput for command's response shape.

see

config for GroupServiceClient's config shape.

Hierarchy

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly input

input: ValidateGroupProfileCommandInput

Readonly middlewareStack