Agenda Templates For A Corporate Event

Free Business Email Newsletter Templates

assistance free me connecter à internet par câble freepik logo stock photos images and backgrounds for free download free games download a free pc game every week epic games store best free steam games 2026 top free to play picks design grafis images free download on freepik the best places to watch free movies online digital trends volleyball legends codes may 2026 free lucky spins games gg watch nba games free best legal and safe streaming options epic games free games week allkeyshop com free your mind festival 2026 free your mind festival five star pngs for free download free play days has five free xbox games to play this weekend free designs images free download on freepik freepik best hairstyles ideas for women and men in 2023 4k wallpaper pc gooner photos download the best free 4k wallpaper pc free image free freepik christmas images free printable fanny printable cool winter shawls with free knitting patterns artofit freepik graphic design vectors illustrations for free download freepik dairy free pineapple chicken recipe supergirl kryptonite peril by transformerman on deviantart funeral program background free free designs images free download on freepik easy knit hat pattern free printable pattern free clipart man premium vector freepik design free vector airplane in the space cartoon style freepik stock images free download on freepik free vector background with colorful squares get creative with design by freepik elevate your visuals to the next free hotel confirmation letter template to edit online animal word search free printable dog pet dinosaur puzzles free spelling apps for free spelling games for adult for free spelling free shipping stock illustration illustration of concept 17617738 premium vector freepik design

:
How To Use A Journal Effectively
add sharing examples
1 parent Timeline Of Events Template commit 5301a02

Free games download a free pc game every week epic games store 2 files changed Social Media Wide Post

Lines changed: 32 additions & 4 deletions

Themed Launch Event Scrary Free Business Email Newsletter Templates

v3/openapi.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,13 @@ components:
14911491
description: Flat map of attribute names to single values.
14921492
additionalProperties: true
14931493
example: { node_type: pole, scid: "001" }
1494+
SharingMap:
1495+
type: object
1496+
description: Flat map of company id to permission level (`read` or `write`). The owner company is added automatically.
1497+
additionalProperties:
1498+
type: string
1499+
enum: [read, write]
1500+
example: { "-OExampleCompanyId": write }
14941501
PixelSelection:
14951502
type: object
14961503
properties:
@@ -1530,15 +1537,15 @@ components:
15301537
model: { type: string, description: Model of the job (stored on `job_creator`). }
15311538
map_styles: { type: string, description: Map style for the job (e.g. `default`). }
15321539
metadata: { type: object, additionalProperties: true, description: Flat map of job metadata. }
1533-
sharing: { type: object, additionalProperties: true, description: Flat map of sharing settings; owner company is added automatically. }
1540+
sharing: { $ref: '#/components/schemas/SharingMap', description: 'Flat map of company id to permission (`read` or `write`); the owner company is added automatically. See [Sharing](#sharing).' }
15341541
UpdateJobBody:
15351542
type: object
15361543
properties:
15371544
name: { type: string, description: Name of the job. }
15381545
model: { type: string, description: Model of the job. }
15391546
map_styles: { type: string, description: Map style for the job (e.g. `default`). }
15401547
metadata: { type: object, additionalProperties: true, description: Flat map of job metadata. }
1541-
sharing: { type: object, additionalProperties: true, description: Flat map of sharing settings. }
1548+
sharing: { $ref: '#/components/schemas/SharingMap', description: 'Flat map of company id to permission (`read` or `write`); the owner company is added automatically. See [Sharing](#sharing).' }
15421549

15431550
Node:
15441551
type: object

v3/reference/jobs.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Body fields:
5151
| `model` | string || Model of the job (stored on `job_creator`). |
5252
| `map_styles` | string | | Map style for the job (e.g. `default`). |
5353
| `metadata` | object | | Flat map of job metadata. |
54-
| `sharing` | object | | Flat map of sharing settings; owner company is added automatically. |
54+
| `sharing` | object | | Flat map of company id to permission (`read` or `write`); the owner company is added automatically. See [Sharing](#sharing). |
5555

5656
### Get a job (partial data)
5757

@@ -97,7 +97,7 @@ Body fields:
9797
| `model` | string | | Model of the job. |
9898
| `map_styles` | string | | Map style for the job (e.g. `default`). |
9999
| `metadata` | object | | Flat map of job metadata. |
100-
| `sharing` | object | | Flat map of sharing settings. |
100+
| `sharing` | object | | Flat map of company id to permission (`read` or `write`); the owner company is added automatically. See [Sharing](#sharing). |
101101

102102
### Raw job write
103103

@@ -168,3 +168,24 @@ through large result sets.
168168

169169
Set `list=true` for lightweight list entries; `metadataFilter` does not apply in
170170
that mode. `includeArchived=true` includes archived jobs either way.
171+
172+
## Sharing
173+
174+
`sharing` controls which companies can access a job. It is a flat map of
175+
**company id** to permission level — either `read` or `write`. The owner
176+
company is added automatically, so list only the *other* companies you are
177+
sharing with. Omit `sharing` (or send `{}`) to share the job with the owner
178+
company only.
179+
180+
```json
181+
{
182+
"name": "Pole audit — Q3",
183+
"model": "-OModelKey...",
184+
"sharing": {
185+
"-OAcmeCompanyId...": "write",
186+
"-OBetaCompanyId...": "read"
187+
}
188+
}
189+
```
190+
191+
Any value other than `read` or `write` is invalid.

Business Cards For Sale Near Me Free Email Newsletter Templates

Comments
 (0)