Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
updateTeamProjectAttributeTemplate
updateTeamProjectAttributeTemplate

To be done...

...

Update a particular project attribute template
Deck of Cards
idbimUpdateTeamProjectAttributeTemplate
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: projectattributetemplates

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projectattributetemplates

Example: https://api-stage.bimplus.net/v2/bimplus/projectattributetemplates/49d13da3-2acf-4f0b-b667-40fc0197585f

JSON Structure: See Create project attribute template

Card
labelHTTP Method
 PUT
Card
labelDescription
 Update a particular project attribute template that belongs to a particular team.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Code Block
borderColorRed
langxml
titleJSON
{
    "name": "My project attribute template2",
    "description": "Project attribute template for my team2",  
 }
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSON
{
  "name": "My project attribute template2",
  "description": "Project attribute template for my team2",
  "id": "49d13da3-2acf-4f0b-b667-40fc0197585f"
}

Anchor
deleteTeamProjectAttributeTemplate
deleteTeamProjectAttributeTemplate

Delete the project attribute template
Deck of Cards
idbimDeleteTeamProjectAttributeTemplate
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: projectattributetemplates

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projectattributetemplates

Examplehttps://api-stage.bimplus.net/v2/bimplus/projectattributetemplates/49d13da3-2acf-4f0b-b667-40fc0197585f

Card
labelHTTP Method
 DELETE
Card
labelDescription
 Deletes the specific project attribute template.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK

Anchor
copyContentProjectAttributeTemplate
copyContentProjectAttributeTemplate

...