From 08cdc19fc87fe78613522dcab919885b60184ad0 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 6 May 2021 11:29:09 +0200 Subject: [PATCH] accept some adrs --- docs/ocis/adr/0006-service-discovery.md | 2 +- docs/ocis/adr/0007-api-for-spaces.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ocis/adr/0006-service-discovery.md b/docs/ocis/adr/0006-service-discovery.md index 28688a51b1..b7bf349a6b 100644 --- a/docs/ocis/adr/0006-service-discovery.md +++ b/docs/ocis/adr/0006-service-discovery.md @@ -6,7 +6,7 @@ geekdocEditPath: edit/master/docs/ocis/adr geekdocFilePath: 0006-service-discovery.md --- -* Status: proposed +* Status: accepted * Deciders: @refs, @butonic, @micbar, @dragotin, @pmaier1 * Date: 2021-04-19 diff --git a/docs/ocis/adr/0007-api-for-spaces.md b/docs/ocis/adr/0007-api-for-spaces.md index 7c7ef1aa46..ce62331c03 100644 --- a/docs/ocis/adr/0007-api-for-spaces.md +++ b/docs/ocis/adr/0007-api-for-spaces.md @@ -6,7 +6,7 @@ geekdocEditPath: edit/master/docs/ocis/adr geekdocFilePath: 0007-api-for-spaces.md --- -* Status: proposed +* Status: accepted * Deciders: @butonic, @micbar, @dragotin, @hodyroff, @pmaier1 * Date: 2021-03-19 @@ -104,7 +104,7 @@ Other space types such as backup, hidden etc. can be added later as requested. The (*) marked types are not defined in the official MS API. They are prefixed with `oc` to avoid namespace clashes. -The `root` object equals a [driveItem](https://docs.microsoft.com/de-de/graph/api/resources/driveitem?view=graph-rest-1.0) and contains information about the root resource (directory) of the space. +The `root` object equals a [driveItem](https://docs.microsoft.com/de-de/graph/api/resources/driveitem?view=graph-rest-1.0) and contains information about the root resource (directory) of the space. This is an example object as it can be expected as `root` element. It is not complete, as not all elements will be implemented so far. @@ -133,7 +133,7 @@ Meaningful fields of the root element in the context of the Open Graph API: 4. **cTag** - an identifier that changes automatically if the content of the root node or of one of the underlying resources changes. 5. **webUrl** - The URL to make this space visible in the browser. -> Note: To indicate that only the metadata of a resource has changed, the eTag has changed, but the cTag not. +> Note: To indicate that only the metadata of a resource has changed, the eTag has changed, but the cTag not. ### Positive Consequences