upapi update

This commit is contained in:
Tara Zou
2024-04-24 18:51:09 -04:00
parent 56408a97d7
commit d7718c42da
7 changed files with 172 additions and 27 deletions

View File

@@ -248,6 +248,7 @@ export class HttpHeaders {
public static partitionKey: string = "x-ms-documentdb-partitionkey";
public static migrateOfferToManualThroughput: string = "x-ms-cosmos-migrate-offer-to-manual-throughput";
public static migrateOfferToAutopilot: string = "x-ms-cosmos-migrate-offer-to-autopilot";
public static xAPIKey: string = "X-API-Key";
}
export class ContentType {