favorites

« Previous section

UCloud Developer Guide / Legacy / Projects (Legacy) / Favorites

Favorites

API to handle favorite status of a Project.

Rationale


⚠️ WARNING: The API listed on this page will likely change to conform with our API conventions. Be careful when building integrations. The following changes are expected:

  • RPC names will change to conform with the conventions

  • RPC request and response types will change to conform with the conventions

  • RPCs which return a page will be collapsed into a single browse endpoint

  • Some property names will change to be consistent with Resources


Table of Contents

1. Remote Procedure Calls

2. Data Models

Remote Procedure Calls

toggleFavorite

Data Models

ToggleFavoriteRequest

data class ToggleFavoriteRequest(
    val projectId: String,
)
Properties


Last updated